Refactor configuration to generic models and provider ID#3
Conversation
- Rename `predicteCommit.modelPriority` to `predicteCommit.models` - Remove hardcoded default models from `package.json` - Move Mistral defaults to `MistralProvider` - Allow generic strings for `predicteCommit.provider` - Update LocalProvider to use `models[0]` if available - Update tests
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
…ings - Rename `predicteCommit.modelPriority` to `predicteCommit.models` - Remove hardcoded default models from `package.json` - Move Mistral defaults to `MistralProvider` - Allow generic strings for `predicteCommit.provider` - Add `order` properties to `package.json` configuration for UI grouping - Update LocalProvider to use `models[0]` if available - Update tests
|
🎉 This PR is included in version 1.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Renamed
modelPrioritytomodels, removed hardcoded defaults frompackage.json, and relaxedproviderenum. This allows adding new providers via code withoutpackage.jsonupdates.PR created automatically by Jules for task 16630425806707916018 started by @gasatrya