Skip to content

Releases: RooCodeInc/Roo-Code

Release v3.23.13

17 Jul 18:02
37c3f32

Choose a tag to compare

[3.23.13] - 2025-07-17

  • Add the ability to "undo" enhance prompt changes
  • Fix a bug where the path component of the baseURL for the LiteLLM provider contains path in it (thanks @ChuKhaLi)
  • Add support for Vertex AI model name formatting when using Claude Code with Vertex AI (thanks @janaki-sasidhar)
  • The list-files tool must include at least the first-level directory contents (thanks @qdaxb)
  • Add a configurable limit that controls both consecutive errors and tool repetitions (thanks @MuriloFP)
  • Add .terraform/ and .terragrunt-cache/ directories to the checkpoint exclusion patterns (thanks @MuriloFP)
  • Increase Ollama API timeout values (thanks @daniel-lxs)
  • Fix an issue where you need to "discard changes" before saving even though there are no settings changes
  • Fix DirectoryScanner memory leak and improve file limit handling (thanks @daniel-lxs)
  • Fix time formatting in environment (thanks @chrarnoldus)
  • Prevent empty mode names from being saved (thanks @daniel-lxs)
  • Improve auto-approve checkbox UX
  • Improve the chat message edit / delete functionality (thanks @liwilliam2021)
  • Add commandExecutionTimeout to GlobalSettings

Release v3.23.12

15 Jul 12:22
23e0c1a

Choose a tag to compare

[3.23.12] - 2025-07-15

  • Update the max-token calculation in model-params to better support Kimi K2 and others

Release v3.23.11

15 Jul 04:39
e14d5f2

Choose a tag to compare

[3.23.11] - 2025-07-14

  • Add Kimi K2 model to Groq along with fixes to context condensing math
  • Add Cmd+Shift+. keyboard shortcut for previous mode switching

Release v3.23.10

14 Jul 20:47
2407021

Choose a tag to compare

[3.23.10] - 2025-07-14

  • Prioritize built-in model dimensions over custom dimensions (thanks @daniel-lxs!)
  • Add padding to the index model options

Release v3.23.9

14 Jul 18:54
bac2838

Choose a tag to compare

[3.23.9] - 2025-07-14

  • Enable Claude Code provider to run natively on Windows (thanks @SannidhyaSah!)
  • Add gemini-embedding-001 model to code-index service (thanks @daniel-lxs!)
  • Resolve vector dimension mismatch error when switching embedding models
  • Return the cwd in the exec tool's response so that the model is not lost after subsequent calls (thanks @chris-garrett!)
  • Add configurable timeout for command execution in VS Code settings

Release v3.23.8

13 Jul 18:52
65a82fd

Choose a tag to compare

[3.23.8] - 2025-07-13

  • Add enable/disable toggle for code indexing (thanks @daniel-lxs!)
  • Add a command auto-deny list to auto-approve settings
  • Add navigation link to history tab in HistoryPreview

Release v3.23.7

12 Jul 03:45
0371e32

Choose a tag to compare

[3.23.7] - 2025-07-11

  • Fix Mermaid syntax warning (thanks @MuriloFP!)
  • Expand Vertex AI region config to include all available regions in GCP Vertex AI (thanks @shubhamgupta731!)
  • Handle Qdrant vector dimension mismatch when switching embedding models (thanks @daniel-lxs!)
  • Fix typos in comment & document (thanks @noritaka1166!)
  • Improve the display of codebase search results
  • Correct translation fallback logic for embedding errors (thanks @daniel-lxs!)
  • Clean up MCP tool disabling
  • Link to marketplace from modes and MCP tab
  • Fix TTS button display (thanks @sensei-woo!)
  • Add Devstral Medium model support
  • Add comprehensive error telemetry to code-index service (thanks @daniel-lxs!)
  • Exclude cache tokens from context window calculation (thanks @daniel-lxs!)
  • Enable dynamic tool selection in architect mode for context discovery
  • Add configurable max output tokens setting for claude-code

Release v3.23.6

10 Jul 11:11
39ab006

Choose a tag to compare

[3.23.6] - 2025-07-10

  • Grok 4

Release v3.23.5

09 Jul 23:41
8491f79

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

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!)