Roo-Code/webview-ui/src
Roo Code c133994163 feat: Add dynamic 1M context window switching for Claude Sonnet models
- 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
2025-11-13 23:43:30 +00:00
..
__tests__ Revert "feat: Experiment: Show a bit of stats in Cloud tab to help users discover there's more in Cloud" (#8559) 2025-10-07 21:37:10 -04:00
components Migrate conversation continuity to plugin-side encrypted reasoning items (Responses API) (#9203) 2025-11-12 19:50:24 -05:00
context fix: Gate auth-driven Roo model refresh to active provider only (#8915) 2025-10-29 16:23:39 -04:00
hooks feat: Bring back a way to temporarily and globally pause auto-approve without losing your toggle state (#8024) 2025-09-16 08:59:17 -04:00
i18n feat: Add dynamic 1M context window switching for Claude Sonnet models 2025-11-13 23:43:30 +00:00
lib Add shadcn/ui + Storybook 2025-01-30 12:50:09 -08:00
oauth Add a new @roo-code/types package and use it everywhere (#3912) 2025-05-26 12:06:45 -07:00
utils Move auto-approval from ChatView to Task (#9157) 2025-11-10 17:01:50 -08:00
vite-plugins fix: prevent empty mode names from being saved (fixes #5766) (#5767) 2025-08-04 11:03:34 -07:00
App.tsx Cloud account switcher (#8223) 2025-09-23 18:18:28 -04:00
index.css ux: Improvements to to-do lists and task headers (#9096) 2025-11-07 17:26:20 -05:00
index.tsx PNPM + Turbo monorepo + Nightly releases (#3407) 2025-05-21 21:01:20 -07:00
preflight.css Bring most of Tailwind's preflight.css back 2025-02-03 12:18:28 -08:00
types.d.ts Welcome page OAuth (#1913) 2025-03-23 10:08:16 -04:00
vite-env.d.ts Remove lucide 2025-01-30 14:47:59 -08:00