Skip to content

Releases: RooCodeInc/Roo-Code

Release v3.23.12

15 Jul 12:22
23e0c1a
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
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