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 |
||
|---|---|---|
| .. | ||
| 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 | ||