fix(settings): disable auto-fallback in default model selection#1316
fix(settings): disable auto-fallback in default model selection#1316
Conversation
Remove automatic model fallback in DefaultModelSettingsSection to prevent unintended model changes when providers load late. Models now only change on explicit user selection.
📝 WalkthroughWalkthroughRemoved the Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Suggested labels
Poem
🚥 Pre-merge checks | ✅ 4✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches🧪 Generate unit tests (beta)
No actionable comments were generated in the recent review. 🎉 Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Fix all issues with AI agents
In `@src/renderer/settings/components/common/DefaultModelSettingsSection.vue`:
- Around line 226-230: Prettier formatting failed in
DefaultModelSettingsSection.vue for the lines where chatSelection and
assistantSelection are defined; fix it by running the project formatter (pnpm
run format or prettier --write) to reformat the file so selectBySetting calls
and surrounding whitespace match repository Prettier rules, then re-run CI to
confirm the Prettier violation is resolved before merging.
src/renderer/settings/components/common/DefaultModelSettingsSection.vue
Outdated
Show resolved
Hide resolved
* fix(settings): disable auto-fallback in default model selection Remove automatic model fallback in DefaultModelSettingsSection to prevent unintended model changes when providers load late. Models now only change on explicit user selection. * fix: format
Remove automatic model fallback in DefaultModelSettingsSection to prevent unintended model changes when providers load late. Models now only change on explicit user selection.
Summary by CodeRabbit