mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +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 |
||
|---|---|---|
| .. | ||
| audio | ||
| public | ||
| src | ||
| .gitignore | ||
| components.json | ||
| eslint.config.mjs | ||
| index.html | ||
| package.json | ||
| tsconfig.json | ||
| turbo.json | ||
| vite.config.ts | ||
| vitest.config.ts | ||
| vitest.setup.ts | ||