Skip to content

Releases: RooCodeInc/Roo-Code

Release v3.25.20

20 Aug 06:09
81cba18

Choose a tag to compare

[3.25.20] - 2025-08-19

  • Add announcement for Sonic model

Release v3.25.19

20 Aug 02:38
4d2ccd6

Choose a tag to compare

[3.25.19] - 2025-08-19

  • Fix issue where new users couldn't select the Roo Code Cloud provider (thanks @daniel-lxs!)

Release v3.25.18

20 Aug 00:47
86afd2d

Choose a tag to compare

[3.25.18] - 2025-08-19

  • Add new stealth Sonic model through the Roo Code Cloud provider
  • Fix: respect enableReasoningEffort setting when determining reasoning usage (#7048 by @ikbencasdoei, PR by @app/roomote)
  • Fix: prevent duplicate LM Studio models with case-insensitive deduplication (#6954 by @fbuechler, PR by @daniel-lxs)
  • Feat: simplify ask_followup_question prompt documentation (thanks @daniel-lxs!)
  • Feat: simple read_file tool for single-file-only models (thanks @daniel-lxs!)
  • Fix: Add missing zaiApiKey and doubaoApiKey to SECRET_STATE_KEYS (#7082 by @app/roomote)
  • Feat: Add new models and update configurations for vscode-lm (thanks @NaccOll!)

Release v3.25.17

18 Aug 05:28
7f1e6cb

Choose a tag to compare

[3.25.17] - 2025-08-17

  • Fix: Resolve terminal reuse logic issues

Release v3.25.16

17 Aug 02:56
a88800b

Choose a tag to compare

[3.25.16] - 2025-08-16

  • Add support for OpenAI gpt-5-chat-latest model (#7057 by @PeterDaveHello, PR by @app/roomote)
  • Fix: Use native Ollama API instead of OpenAI compatibility layer (#7070 by @LivioGama, PR by @daniel-lxs)
  • Fix: Prevent XML entity decoding in diff tools (#7107 by @indiesewell, PR by @app/roomote)
  • Fix: Add type check before calling .match() on diffItem.content (#6905 by @pwilkin, PR by @app/roomote)
  • Refactor task execution system: improve call stack management (thanks @catrielmuller!)
  • Fix: Enable save button for provider dropdown and checkbox changes (thanks @daniel-lxs!)
  • Add an API for resuming tasks by ID (thanks @mrubens!)
  • Emit event when a task ask requires interaction (thanks @cte!)
  • Make enhance with task history default to true (thanks @liwilliam2021!)
  • Fix: Use cline.cwd as primary source for workspace path in codebaseSearchTool (thanks @NaccOll!)
  • Hotfix multiple folder workspace checkpoint (thanks @NaccOll!)

Release v3.25.15

14 Aug 16:53
6ecd6a9

Choose a tag to compare

[3.25.15] - 2025-08-14

  • Fix: Remove 500-message limit to prevent scrollbar jumping in long conversations (#7052, #7063 by @daniel-lxs, PR by @app/roomote)
  • Fix: Reset condensing state when switching tasks (#6919 by @f14XuanLv, PR by @f14XuanLv)
  • Fix: Implement sitemap generation in TypeScript and remove XML file (#5231 by @abumalick, PR by @abumalick)
  • Fix: allowedMaxRequests and allowedMaxCost values not showing in the settings UI (thanks @chrarnoldus!)

Release v3.25.14

13 Aug 20:11
a819b35

Choose a tag to compare

[3.25.14] - 2025-08-13

  • Fix: Only include verbosity parameter for models that support it (#7054 by @eastonmeth, PR by @app/roomote)
  • Fix: AWS Bedrock 1M context - Move anthropic_beta to additionalModelRequestFields (thanks @daniel-lxs!)
  • Fix: Make cancelling requests more responsive by reverting recent changes

Release v3.25.13

13 Aug 03:13
8c05c3b

Choose a tag to compare

[3.25.13] - 2025-08-12

  • Add Sonnet 1M context checkbox to Bedrock
  • Fix: add --no-messages flag to ripgrep to suppress file access errors (#6756 by @R-omk, PR by @app/roomote)
  • Add support for AGENT.md alongside AGENTS.md (#6912 by @Brendan-Z, PR by @app/roomote)
  • Remove deprecated GPT-4.5 Preview model (thanks @PeterDaveHello!)

Release v3.25.12

12 Aug 20:17
cac0966

Choose a tag to compare

[3.25.12] - 2025-08-12

  • Update: Claude Sonnet 4 context window configurable to 1 million tokens in Anthropic provider (thanks @daniel-lxs!)
  • Add: Minimal reasoning support to OpenRouter (thanks @daniel-lxs!)
  • Fix: Add configurable API request timeout for local providers (#6521 by @dabockster, PR by @app/roomote)
  • Fix: Add --no-sandbox flag to browser launch options (#6632 by @QuinsZouls, PR by @QuinsZouls)
  • Fix: Ensure JSON files respect .rooignore during indexing (#6690 by @evermoving, PR by @app/roomote)
  • Add: New Chutes provider models (#6698 by @fstandhartinger, PR by @app/roomote)
  • Add: OpenAI gpt-oss models to Amazon Bedrock dropdown (#6752 by @josh-clanton-powerschool, PR by @app/roomote)
  • Fix: Correct tool repetition detector to not block first tool call when limit is 1 (#6834 by @NaccOll, PR by @app/roomote)
  • Fix: Improve checkpoint service initialization handling (thanks @NaccOll!)
  • Update: Improve zh-TW Traditional Chinese locale (thanks @PeterDaveHello!)
  • Add: Task expand and collapse translations (thanks @app/roomote!)
  • Update: Exclude GPT-5 models from 20% context window output token cap (thanks @app/roomote!)
  • Fix: Truncate long model names in model selector to prevent overflow (thanks @app/roomote!)
  • Add: Requesty base url support (thanks @requesty-JohnCosta27!)

Release v3.25.11

11 Aug 21:11
4dea788

Choose a tag to compare

[3.25.11] - 2025-08-11

  • Add: Native OpenAI provider support for Codex Mini model (#5386 by @KJ7LNW, PR by @daniel-lxs)
  • Add: IO Intelligence Provider support (thanks @ertan2002!)
  • Fix: MCP startup issues and remove refresh notifications (thanks @hannesrudolph!)
  • Fix: Improvements to GPT-5 OpenAI provider configuration (thanks @hannesrudolph!)
  • Fix: Clarify codebase_search path parameter as optional and improve tool descriptions (thanks @app/roomote!)
  • Fix: Bedrock provider workaround for LiteLLM passthrough issues (thanks @jr!)
  • Fix: Token usage and cost being underreported on cancelled requests (thanks @chrarnoldus!)