mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-15 23:31:04 +00:00
Adds a condensingApiConfigId setting that allows users to select a dedicated API configuration for context condensing operations. This restores the ability to use a cheaper/faster model (e.g. Gemini Flash) for condensing while keeping an expensive model (e.g. Claude Opus) as the active coding model. Changes: - Add condensingApiConfigId to global settings schema and ExtensionState - Add webview message handler for condensingApiConfigId - Build dedicated API handler in Task.ts for manual and auto condensing - Add API config dropdown in ContextManagementSettings UI - Update tests for new combobox count and default props Closes #11785 |
||
|---|---|---|
| .. | ||
| __tests__ | ||
| AskIgnoredError.ts | ||
| build-tools.ts | ||
| mergeConsecutiveApiMessages.ts | ||
| Task.ts | ||
| validateToolResultIds.ts | ||