Skip to content

Releases: RooCodeInc/Roo-Code

Release v3.36.2

05 Dec 06:09
dcb04bb

Choose a tag to compare

[3.36.2] - 2025-12-04

3.36.2 Release - Dynamic API Settings

  • Restrict GPT-5 tool set to apply_patch for improved compatibility (PR #9853 by @hannesrudolph)
  • Add dynamic settings support for Roo models from API, allowing model-specific configurations to be fetched dynamically (PR #9852 by @hannesrudolph)
  • Fix: Resolve Chutes provider model fetching issue (PR #9854 by @cte)

Release v3.36.1

05 Dec 03:46
7c93d44

Choose a tag to compare

[3.36.1] - 2025-12-04

3.36.1 Release - Message Management & Stability Improvements

  • Add MessageManager layer for centralized history coordination, fixing message synchronization issues (PR #9842 by @hannesrudolph)
  • Fix: Prevent cascading truncation loop by only truncating visible messages (PR #9844 by @hannesrudolph)
  • Fix: Handle unknown/invalid native tool calls to prevent extension freeze (PR #9834 by @daniel-lxs)
  • Always enable reasoning for models that require it (PR #9836 by @cte)
  • ChatView: Smoother stick-to-bottom behavior during streaming (PR #8999 by @hannesrudolph)
  • UX: Improved error messages and documentation links (PR #9777 by @brunobergher)
  • Fix: Overly round follow-up question suggestions styling (PR #9829 by @brunobergher)
  • Add symlink support for slash commands in .roo/commands folder (PR #9838 by @mrubens)
  • Ignore input to the execa terminal process for safer command execution (PR #9827 by @mrubens)
  • Be safer about large file reads (PR #9843 by @jr)
  • Add gpt-5.1-codex-max model to OpenAI provider (PR #9848 by @hannesrudolph)
  • Evals UI: Add filtering, bulk delete, tool consolidation, and run notes (PR #9837 by @hannesrudolph)
  • Evals UI: Add multi-model launch and UI improvements (PR #9845 by @hannesrudolph)
  • Web: New pricing page (PR #9821 by @brunobergher)

Release v3.36.0

04 Dec 14:24
1d1a79d

Choose a tag to compare

[3.36.0] - 2025-12-04

3.36.0 Release - Rewind Kangaroo

  • Fix: Restore context when rewinding after condense (#8295 by @hannesrudolph, PR #9665 by @hannesrudolph)
  • Add reasoning_details support to Roo provider for enhanced model reasoning visibility (PR #9796 by @app/roomote)
  • Default to native tools for all models in the Roo provider for improved performance (PR #9811 by @mrubens)
  • Enable search_and_replace for Minimax models (PR #9780 by @mrubens)
  • Fix: Resolve Vercel AI Gateway model fetching issues (PR #9791 by @cte)
  • Fix: Apply conservative max tokens for Cerebras provider (PR #9804 by @sebastiand-cerebras)
  • Fix: Remove omission detection logic to eliminate false positives (#9785 by @Michaelzag, PR #9787 by @app/roomote)
  • Refactor: Remove deprecated insert_content tool (PR #9751 by @daniel-lxs)
  • Chore: Hide parallel tool calls experiment and disable feature (PR #9798 by @hannesrudolph)
  • Update next.js documentation site dependencies (PR #9799 by @jr)
  • Fix: Correct download count display on homepage (PR #9807 by @mrubens)

Release v3.35.5

03 Dec 16:29
6aedc05

Choose a tag to compare

[3.35.5] - 2025-12-03

Release v3.35.4

03 Dec 00:52
269be81

Choose a tag to compare

[3.35.4] - 2025-12-02

  • Fix: Handle malformed native tool calls to prevent hanging (PR #9758 by @daniel-lxs)
  • Fix: Remove reasoning toggles for GLM-4.5 and GLM-4.6 on z.ai provider (PR #9752 by @roomote)
  • Refactor: Remove line_count parameter from write_to_file tool (PR #9667 by @hannesrudolph)

Release v3.35.3

02 Dec 15:39
75e447f

Choose a tag to compare

[3.35.3] - 2025-12-02

  • Switch to new welcome view for improved onboarding experience (PR #9741 by @mrubens)
  • Update homepage with latest changes (PR #9675 by @brunobergher)
  • Improve privacy for stealth models by adding vendor confidentiality section to system prompt (PR #9742 by @mrubens)

Release v3.35.2

02 Dec 05:39
6083258

Choose a tag to compare

[3.35.2] - 2025-12-01

3.35.2 Release - Model Default Temperatures

  • Allow models to contain default temperature settings for provider-specific optimal defaults (PR #9734 by @mrubens)
  • Add tag-based native tool calling detection for Roo provider models (PR #9735 by @mrubens)
  • Enable native tool support for all LiteLLM models by default (PR #9736 by @mrubens)
  • Pass app version to provider for improved request tracking (PR #9730 by @cte)

Release v3.35.1

01 Dec 23:33
65e63ab

Choose a tag to compare

[3.35.1] - 2025-12-01

  • Fix: Flush pending tool results before task delegation (PR #9726 by @daniel-lxs)
  • Improve: Better IPC error logging for easier debugging (PR #9727 by @cte)

Release v3.35.0

01 Dec 21:53
bb39bdb

Choose a tag to compare

[3.35.0] - 2025-12-01

3.35.0 Release - Subtasks & Native Tools

Release v3.34.8

27 Nov 18:04
b022f58

Choose a tag to compare

[3.34.8] - 2025-11-27

3.34.8 Release - Race Condition Fix

  • Fix: Race condition in new_task tool for native protocol (PR #9655 by @daniel-lxs)