|
1 | 1 | # Roo Code Changelog
|
2 | 2 |
|
| 3 | +## [3.25.15] - 2025-08-14 |
| 4 | + |
| 5 | +- Fix: Remove 500-message limit to prevent scrollbar jumping in long conversations (#7052, #7063 by @daniel-lxs, PR by @app/roomote) |
| 6 | +- Fix: Reset condensing state when switching tasks (#6919 by @f14XuanLv, PR by @f14XuanLv) |
| 7 | +- Fix: Implement sitemap generation in TypeScript and remove XML file (#5231 by @abumalick, PR by @abumalick) |
| 8 | +- Fix: allowedMaxRequests and allowedMaxCost values not showing in the settings UI (thanks @chrarnoldus!) |
| 9 | + |
| 10 | +## [3.25.14] - 2025-08-13 |
| 11 | + |
| 12 | +- Fix: Only include verbosity parameter for models that support it (#7054 by @eastonmeth, PR by @app/roomote) |
| 13 | +- Fix: AWS Bedrock 1M context - Move anthropic_beta to additionalModelRequestFields (thanks @daniel-lxs!) |
| 14 | +- Fix: Make cancelling requests more responsive by reverting recent changes |
| 15 | + |
| 16 | +## [3.25.13] - 2025-08-12 |
| 17 | + |
| 18 | +- Add Sonnet 1M context checkbox to Bedrock |
| 19 | +- Fix: add --no-messages flag to ripgrep to suppress file access errors (#6756 by @R-omk, PR by @app/roomote) |
| 20 | +- Add support for AGENT.md alongside AGENTS.md (#6912 by @Brendan-Z, PR by @app/roomote) |
| 21 | +- Remove deprecated GPT-4.5 Preview model (thanks @PeterDaveHello!) |
| 22 | + |
| 23 | +## [3.25.12] - 2025-08-12 |
| 24 | + |
| 25 | +- Update: Claude Sonnet 4 context window configurable to 1 million tokens in Anthropic provider (thanks @daniel-lxs!) |
| 26 | +- Add: Minimal reasoning support to OpenRouter (thanks @daniel-lxs!) |
| 27 | +- Fix: Add configurable API request timeout for local providers (#6521 by @dabockster, PR by @app/roomote) |
| 28 | +- Fix: Add --no-sandbox flag to browser launch options (#6632 by @QuinsZouls, PR by @QuinsZouls) |
| 29 | +- Fix: Ensure JSON files respect .rooignore during indexing (#6690 by @evermoving, PR by @app/roomote) |
| 30 | +- Add: New Chutes provider models (#6698 by @fstandhartinger, PR by @app/roomote) |
| 31 | +- Add: OpenAI gpt-oss models to Amazon Bedrock dropdown (#6752 by @josh-clanton-powerschool, PR by @app/roomote) |
| 32 | +- Fix: Correct tool repetition detector to not block first tool call when limit is 1 (#6834 by @NaccOll, PR by @app/roomote) |
| 33 | +- Fix: Improve checkpoint service initialization handling (thanks @NaccOll!) |
| 34 | +- Update: Improve zh-TW Traditional Chinese locale (thanks @PeterDaveHello!) |
| 35 | +- Add: Task expand and collapse translations (thanks @app/roomote!) |
| 36 | +- Update: Exclude GPT-5 models from 20% context window output token cap (thanks @app/roomote!) |
| 37 | +- Fix: Truncate long model names in model selector to prevent overflow (thanks @app/roomote!) |
| 38 | +- Add: Requesty base url support (thanks @requesty-JohnCosta27!) |
| 39 | + |
| 40 | +## [3.25.11] - 2025-08-11 |
| 41 | + |
| 42 | +- Add: Native OpenAI provider support for Codex Mini model (#5386 by @KJ7LNW, PR by @daniel-lxs) |
| 43 | +- Add: IO Intelligence Provider support (thanks @ertan2002!) |
| 44 | +- Fix: MCP startup issues and remove refresh notifications (thanks @hannesrudolph!) |
| 45 | +- Fix: Improvements to GPT-5 OpenAI provider configuration (thanks @hannesrudolph!) |
| 46 | +- Fix: Clarify codebase_search path parameter as optional and improve tool descriptions (thanks @app/roomote!) |
| 47 | +- Fix: Bedrock provider workaround for LiteLLM passthrough issues (thanks @jr!) |
| 48 | +- Fix: Token usage and cost being underreported on cancelled requests (thanks @chrarnoldus!) |
| 49 | + |
3 | 50 | ## [3.25.10] - 2025-08-07
|
4 | 51 |
|
5 | 52 | - Add support for GPT-5 (thanks Cline and @app/roomote!)
|
|
0 commit comments