Skip to content

Releases: RooCodeInc/Roo-Code

Release v3.23.6

10 Jul 11:11
39ab006
Compare
Choose a tag to compare

[3.23.6] - 2025-07-10

  • Grok 4

Release v3.23.5

09 Jul 23:41
8491f79
Compare
Choose a tag to compare

[3.23.5] - 2025-07-09

  • Fix: use decodeURIComponent in openFile (thanks @vivekfyi!)
  • Fix(embeddings): Translate error messages before sending to UI (thanks @daniel-lxs!)
  • Make account tab visible

Release v3.23.4

09 Jul 22:03
e345f18
Compare
Choose a tag to compare

[3.23.4] - 2025-07-09

  • Update chat area icons for better discoverability & consistency
  • Fix a bug that allowed list_files to return directory results that should be excluded by .gitignore
  • Add an overflow header menu to make the UI a little tidier (thanks @dlab-anton)
  • Fix a bug the issue where null custom modes configuration files cause a 'Cannot read properties of null' error (thanks @daniel-lxs!)
  • Replace native title attributes with StandardTooltip component for consistency (thanks @daniel-lxs!)

Release v3.23.3

09 Jul 14:22
2acf88f
Compare
Choose a tag to compare

[3.23.3] - 2025-07-09

  • Remove erroneous line from announcement modal

Release v3.23.2

09 Jul 13:59
e864ea1
Compare
Choose a tag to compare

[3.23.2] - 2025-07-09

  • Fix bug where auto-approval was intermittently failing

Release v3.23.1

09 Jul 12:16
63fcf1c
Compare
Choose a tag to compare

[3.23.1] - 2025-07-09

  • Always show the code indexing dot under the chat text area

Release v3.23.0

09 Jul 04:17
977f287
Compare
Choose a tag to compare

[3.23.0] - 2025-07-08

  • Move codebase indexing out of experimental (thanks @daniel-lxs and @MuriloFP!)
  • Add todo list tool (thanks @qdaxb!)
  • Fix code index secret persistence and improve settings UX (thanks @daniel-lxs!)
  • Add Gemini embedding provider for codebase indexing (thanks @SannidhyaSah!)
  • Support full endpoint URLs in OpenAI Compatible provider (thanks @SannidhyaSah!)
  • Add markdown support to codebase indexing (thanks @MuriloFP!)
  • Add Search/Filter Functionality to API Provider Selection in Settings (thanks @GOODBOY008!)
  • Add configurable max search results (thanks @MuriloFP!)
  • Add copy prompt button to task actions (thanks @Juice10 and @vultrnerd!)
  • Fix insertContentTool to create new files with content (thanks @Ruakij!)
  • Fix typescript compiler watch path inconsistency (thanks @bbenshalom!)
  • Use actual max_completion_tokens from OpenRouter API (thanks @shariqriazz!)
  • Prevent completion sound from replaying when reopening completed tasks (thanks @SannidhyaSah!)
  • Fix access_mcp_resource fails to handle images correctly (thanks @s97712!)
  • Prevent chatbox focus loss during automated file editing (thanks @hannesrudolph!)
  • Resolve intermittent hangs and lack of clear error feedback in apply_diff tool (thanks @lhish!)
  • Resolve Go duplicate references in tree-sitter queries (thanks @MuriloFP!)
  • Chat UI consistency and layout shifts (thanks @seedlord!)
  • Chat index UI enhancements (thanks @MuriloFP!)
  • Fix model search being prefilled on dropdown (thanks @kevinvandijk!)
  • Improve chat UI - add camera icon margin and make placeholder non-selectable (thanks @MuriloFP!)
  • Delete .roo/rules-{mode} folder when custom mode is deleted
  • Enforce file restrictions for all edit tools in architect mode
  • Add User-Agent header to API providers
  • Fix auto question timer unmount (thanks @liwilliam2021!)
  • Fix new_task tool streaming issue
  • Optimize file listing when maxWorkspaceFiles is 0 (thanks @daniel-lxs!)
  • Correct export/import of OpenAI Compatible codebase indexing settings (thanks @MuriloFP!)
  • Resolve workspace path inconsistency in code indexing for multi-workspace scenarios

Release v3.22.6

02 Jul 21:22
ed536a9
Compare
Choose a tag to compare

[3.22.6] - 2025-07-02

  • Add timer-based auto approve for follow up questions (thanks @liwilliam2021!)
  • Add import/export modes functionality
  • Add persistent version indicator on chat screen
  • Add automatic configuration import on extension startup (thanks @takakoutso!)
  • Add user-configurable search score threshold slider for semantic search (thanks @hannesrudolph!)
  • Add default headers and testing for litellm fetcher (thanks @andrewshu2000!)
  • Fix consistent cancellation error messages for thinking vs streaming phases
  • Fix AWS Bedrock cross-region inference profile mapping (thanks @KevinZhao!)
  • Fix URL loading timeout issues in @ mentions (thanks @MuriloFP!)
  • Fix API retry exponential backoff capped at 10 minutes (thanks @MuriloFP!)
  • Fix Qdrant URL field auto-filling with default value (thanks @SannidhyaSah!)
  • Fix profile context condensation threshold (thanks @PaperBoardOfficial!)
  • Fix apply_diff tool documentation for multi-file capabilities
  • Fix cache files excluded from rules compilation (thanks @MuriloFP!)
  • Add streamlined extension installation and documentation (thanks @devxpain!)
  • Prevent Architect mode from providing time estimates
  • Remove context size from environment details
  • Change default mode to architect for new installations
  • Suppress Mermaid error rendering
  • Improve Mermaid buttons with light background in light mode (thanks @chrarnoldus!)
  • Add .vscode/ to write-protected files/directories
  • Update AWS Bedrock cross-region inference profile mapping (thanks @KevinZhao!)

Release v3.22.5

29 Jun 05:08
c955e93
Compare
Choose a tag to compare

[3.22.5] - 2025-06-28

  • Remove Gemini CLI provider while we work with Google on a better integration

Release v3.22.4

28 Jun 00:21
db07ff5
Compare
Choose a tag to compare

[3.22.4] - 2025-06-27

  • Fix: resolve E2BIG error by passing large prompts via stdin to Claude CLI (thanks @Fovty!)
  • Add optional mode suggestions to follow-up questions
  • Fix: move StandardTooltip inside PopoverTrigger in ShareButton (thanks @daniel-lxs!)