mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
- Implement dynamic context window switching based on actual context size - Add shouldUse1MContext helper function for centralized decision logic - Update Anthropic and Bedrock providers to support dynamic switching - Pass context tokens from Task.ts through to API providers - Update UI labels to clarify dynamic behavior - Add comprehensive test coverage When the anthropicBeta1MContext or awsBedrock1MContext settings are enabled, the system now automatically switches between 200K and 1M context windows based on actual usage (default threshold: 190K tokens). Fixes #9250 |
||
|---|---|---|
| .. | ||
| __tests__ | ||
| components | ||
| context | ||
| hooks | ||
| i18n | ||
| lib | ||
| oauth | ||
| utils | ||
| vite-plugins | ||
| App.tsx | ||
| index.css | ||
| index.tsx | ||
| preflight.css | ||
| types.d.ts | ||
| vite-env.d.ts | ||