mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-20 00:11:18 +00:00
Adds a "Default for modes" multi-select dropdown in the provider settings section. Users can now see and configure which modes should use a specific provider profile as their default. Changes: - Add setDefaultModesForProfile message type to WebviewMessage - Add unsetModeConfig and getAllModeConfigs to ProviderSettingsManager - Add dropdown UI to ApiConfigManager using DropdownMenuCheckboxItem - Add message handler in webviewMessageHandler.ts - Add translation strings for the new UI - Add tests for new ProviderSettingsManager methods - Update existing ApiConfigManager test mocks Closes #12227 |
||
|---|---|---|
| .. | ||
| npm | ||
| scripts | ||
| src | ||
| .gitignore | ||
| CHANGELOG.md | ||
| eslint.config.mjs | ||
| package.json | ||
| tsconfig.json | ||
| tsup.config.ts | ||
| vitest.config.ts | ||