|
1 | 1 | # Roo Code Changelog |
2 | 2 |
|
| 3 | +## [3.23.12] - 2025-07-15 |
| 4 | + |
| 5 | +- Update the max-token calculation in model-params to better support Kimi K2 and others |
| 6 | + |
| 7 | +## [3.23.11] - 2025-07-14 |
| 8 | + |
| 9 | +- Add Kimi K2 model to Groq along with fixes to context condensing math |
| 10 | +- Add Cmd+Shift+. keyboard shortcut for previous mode switching |
| 11 | + |
| 12 | +## [3.23.10] - 2025-07-14 |
| 13 | + |
| 14 | +- Prioritize built-in model dimensions over custom dimensions (thanks @daniel-lxs!) |
| 15 | +- Add padding to the index model options |
| 16 | + |
| 17 | +## [3.23.9] - 2025-07-14 |
| 18 | + |
| 19 | +- Enable Claude Code provider to run natively on Windows (thanks @SannidhyaSah!) |
| 20 | +- Add gemini-embedding-001 model to code-index service (thanks @daniel-lxs!) |
| 21 | +- Resolve vector dimension mismatch error when switching embedding models |
| 22 | +- Return the cwd in the exec tool's response so that the model is not lost after subsequent calls (thanks @chris-garrett!) |
| 23 | +- Add configurable timeout for command execution in VS Code settings |
| 24 | + |
| 25 | +## [3.23.8] - 2025-07-13 |
| 26 | + |
| 27 | +- Add enable/disable toggle for code indexing (thanks @daniel-lxs!) |
| 28 | +- Add a command auto-deny list to auto-approve settings |
| 29 | +- Add navigation link to history tab in HistoryPreview |
| 30 | + |
| 31 | +## [3.23.7] - 2025-07-11 |
| 32 | + |
| 33 | +- Fix Mermaid syntax warning (thanks @MuriloFP!) |
| 34 | +- Expand Vertex AI region config to include all available regions in GCP Vertex AI (thanks @shubhamgupta731!) |
| 35 | +- Handle Qdrant vector dimension mismatch when switching embedding models (thanks @daniel-lxs!) |
| 36 | +- Fix typos in comment & document (thanks @noritaka1166!) |
| 37 | +- Improve the display of codebase search results |
| 38 | +- Correct translation fallback logic for embedding errors (thanks @daniel-lxs!) |
| 39 | +- Clean up MCP tool disabling |
| 40 | +- Link to marketplace from modes and MCP tab |
| 41 | +- Fix TTS button display (thanks @sensei-woo!) |
| 42 | +- Add Devstral Medium model support |
| 43 | +- Add comprehensive error telemetry to code-index service (thanks @daniel-lxs!) |
| 44 | +- Exclude cache tokens from context window calculation (thanks @daniel-lxs!) |
| 45 | +- Enable dynamic tool selection in architect mode for context discovery |
| 46 | +- Add configurable max output tokens setting for claude-code |
| 47 | + |
3 | 48 | ## [3.23.6] - 2025-07-10 |
4 | 49 |
|
5 | 50 | - Grok 4 |
|
0 commit comments