Skip to content

Releases: RooCodeInc/Roo-Code

Release v3.11.9

07 Apr 21:40
b493e67

Choose a tag to compare

[3.11.9] - 2025-04-07

  • Rate-limit setting updated to be per-profile (thanks @ross and @olweraltuve!)
  • You can now place multiple rules files in the .roo/rules/ and .roo/rules-{mode}/ folders (thanks @upamune!)
  • Prevent unnecessary autoscroll when buttons appear (thanks @shtse8!)
  • Add Gemini 2.5 Pro Preview to Vertex AI (thanks @nbihan-mediware!)
  • Tidy up following ClineProvider refactor (thanks @diarmidmackenzie!)
  • Clamp negative line numbers when reading files (thanks @KJ7LNW!)
  • Enhance Rust tree-sitter parser with advanced language structures (thanks @KJ7LNW!)
  • Persist settings on api.setConfiguration (thanks @gtaylor!)
  • Add deep links to settings sections
  • Add command to focus Roo Code input field (thanks @axkirillov!)
  • Add resize and hover actions to the browser (thanks @SplittyDev!)
  • Add resumeTask and isTaskInHistory to the API (thanks @franekp!)
  • Fix bug displaying boolean/numeric suggested answers
  • Dynamic Vite port detection for webview development (thanks @KJ7LNW!)

Release v3.11.8

05 Apr 21:25
1ed806c

Choose a tag to compare

[3.11.8] - 2025-04-05

  • Improve combineApiRequests performance to reduce gray screens of death (thanks @kyle-apex!)
  • Add searchable dropdown to API config profiles on the settings screen (thanks @samhvw8!)
  • Add workspace tracking to history items in preparation for future filtering (thanks @samhvw8!)
  • Fix search highlighting UI in history search (thanks @samhvw8!)
  • Add support for .roorules and give deprecation warning for .clinerules (thanks @upamune!)
  • Fix nodejs version format in .tool-versions file (thanks @upamune!)

Release v3.11.7

05 Apr 04:08
41a7c24

Choose a tag to compare

[3.11.7] - 2025-04-04

  • Improve file tool context formatting and diff error guidance
  • Improve zh-TW localization (thanks @PeterDaveHello!)
  • Implement reference counting for McpHub disposal
  • Update buttons to be more consistent (thanks @kyle-apex!)
  • Improve zh-CN localization (thanks @System233!)

Release v3.11.6

04 Apr 19:18
c796b01

Choose a tag to compare

[3.11.6] - 2025-04-04

  • Add the gemini 2.5 pro preview model with upper bound pricing

Release v3.11.5

04 Apr 06:28
3d3c97e

Choose a tag to compare

[3.11.5] - 2025-04-03

  • Add prompt caching for Amazon Bedrock (thanks @Smartsheet-JB-Brown!)
  • Add support for configuring the current working directory of MCP servers (thanks @shoopapa!)
  • Add profile management functions to API (thanks @gtaylor!)
  • Improvements to diff editing functionality, tests, and error messages (thanks @p12tic!)
  • Fix for follow-up questions grabbing the focus (thanks @diarmidmackenzie!)
  • Show menu buttons when popping the extension out into a new tab (thanks @benny123tw!)

Release v3.11.4

03 Apr 04:56
bad2d4b

Choose a tag to compare

[3.11.4] - 2025-04-02

  • Correctly post state to webview when the current task is cleared (thanks @wkordalski!)
  • Fix unit tests to run properly on Windows (thanks @StevenTCramer!)
  • Tree-sitter enhancements: TSX, TypeScript, JSON, and Markdown support (thanks @KJ7LNW!)
  • Fix issue with line number stripping for deletions in apply_diff
  • Update history selection mode button spacing (thanks @kyle-apex!)
  • Limit dropdown menu height to 80% of the viewport (thanks @axmo!)
  • Update dependencies via npm audit fix (thanks @PeterDaveHello!)
  • Enable model select when api fails (thanks @kyle-apex!)
  • Fix issue where prompts and settings tabs were not scrollable when accessed from dropdown menus
  • Update AWS region dropdown menu to the most recent data (thanks @Smartsheet-JB-Brown!)
  • Fix prompt enhancement for Bedrock (thanks @Smartsheet-JB-Brown!)
  • Allow processes to access the Roo Code API via a unix socket
  • Improve zh-TW Traditional Chinese translations (thanks @PeterDaveHello!)
  • Add support for Azure AI Inference Service with DeepSeek-V3 model (thanks @thomasjeung!)
  • Fix off-by-one error in tree-sitter line numbers
  • Remove the experimental unified diff
  • Make extension icon more visible in different themes

Release v3.11.3

31 Mar 21:15
cd1c70b

Choose a tag to compare

[3.11.3] - 2025-03-31

  • Revert mention changes in case they're causing performance issues/crashes

Release v3.11.2

31 Mar 18:05
2edfdc8

Choose a tag to compare

[3.11.2] - 2025-03-31

  • Fix bug in loading Requesty key balance
  • Fix bug with Bedrock inference profiles
  • Update the webview when changing settings via the API
  • Refactor webview messages code (thanks @diarmidmackenzie!)

Release v3.11.1

31 Mar 06:20
0949556

Choose a tag to compare

[3.11.1] - 2025-03-30

  • Relax provider profiles schema and add telemetry

Release v3.11.0

31 Mar 04:35
142a855

Choose a tag to compare

[3.11.0] - 2025-03-30

  • Replace single-block-diff with multi-block-diff fast editing strategy
  • Support project-level MCP config in .roo/mcp.json (thanks @aheizi!)
  • Show OpenRouter and Requesty key balance on the settings screen
  • Support import/export of settings
  • Add pinning and sorting for API configuration dropdown (thanks @jwcraig!)
  • Add Gemini 2.5 Pro to GCP Vertex AI provider (thanks @nbihan-mediware!)
  • Smarter retry logic for Gemini
  • Fix Gemini command escaping
  • Support @-mentions of files with spaces in the name (thanks @samhvw8!)
  • Improvements to partial file reads (thanks @KJ7LNW!)
  • Fix list_code_definition_names to support files (thanks @KJ7LNW!)
  • Refactor tool-calling logic to make the code a lot easier to work with (thanks @diarmidmackenzie, @bramburn, @KJ7LNW, and everyone else who helped!)
  • Prioritize “Add to Context” in the code actions and include line numbers (thanks @samhvw8!)
  • Add an activation command that other extensions can use to interface with Roo Code (thanks @gtaylor!)
  • Preserve language characters in file @-mentions (thanks @aheizi!)
  • Browser tool improvements (thanks @afshawnlotfi!)
  • Display info about partial reads in the chat row
  • Link to the settings page from the auto-approve toolbar
  • Link to provider docs from the API options
  • Fix switching profiles to ensure only the selected profile is switched (thanks @feifei325!)
  • Allow custom o3-mini- model from OpenAI-compatible providers (thanks @snoyiatk!)
  • Edit suggested answers before accepting them (thanks @samhvw8!)