|
1 | 1 | # Roo Code Changelog |
2 | 2 |
|
| 3 | +## [3.23.9] - 2025-07-14 |
| 4 | + |
| 5 | +- Enable Claude Code provider to run natively on Windows (thanks @SannidhyaSah!) |
| 6 | +- Add gemini-embedding-001 model to code-index service (thanks @daniel-lxs!) |
| 7 | +- Resolve vector dimension mismatch error when switching embedding models |
| 8 | +- Return the cwd in the exec tool's response so that the model is not lost after subsequent calls (thanks @chris-garrett!) |
| 9 | +- Add configurable timeout for command execution in VS Code settings |
| 10 | + |
| 11 | +## [3.23.8] - 2025-07-13 |
| 12 | + |
| 13 | +- Add enable/disable toggle for code indexing (thanks @daniel-lxs!) |
| 14 | +- Add a command auto-deny list to auto-approve settings |
| 15 | +- Add navigation link to history tab in HistoryPreview |
| 16 | + |
| 17 | +## [3.23.7] - 2025-07-11 |
| 18 | + |
| 19 | +- Fix Mermaid syntax warning (thanks @MuriloFP!) |
| 20 | +- Expand Vertex AI region config to include all available regions in GCP Vertex AI (thanks @shubhamgupta731!) |
| 21 | +- Handle Qdrant vector dimension mismatch when switching embedding models (thanks @daniel-lxs!) |
| 22 | +- Fix typos in comment & document (thanks @noritaka1166!) |
| 23 | +- Improve the display of codebase search results |
| 24 | +- Correct translation fallback logic for embedding errors (thanks @daniel-lxs!) |
| 25 | +- Clean up MCP tool disabling |
| 26 | +- Link to marketplace from modes and MCP tab |
| 27 | +- Fix TTS button display (thanks @sensei-woo!) |
| 28 | +- Add Devstral Medium model support |
| 29 | +- Add comprehensive error telemetry to code-index service (thanks @daniel-lxs!) |
| 30 | +- Exclude cache tokens from context window calculation (thanks @daniel-lxs!) |
| 31 | +- Enable dynamic tool selection in architect mode for context discovery |
| 32 | +- Add configurable max output tokens setting for claude-code |
| 33 | + |
| 34 | +## [3.23.6] - 2025-07-10 |
| 35 | + |
| 36 | +- Grok 4 |
| 37 | + |
| 38 | +## [3.23.5] - 2025-07-09 |
| 39 | + |
| 40 | +- Fix: use decodeURIComponent in openFile (thanks @vivekfyi!) |
| 41 | +- Fix(embeddings): Translate error messages before sending to UI (thanks @daniel-lxs!) |
| 42 | +- Make account tab visible |
| 43 | + |
| 44 | +## [3.23.4] - 2025-07-09 |
| 45 | + |
| 46 | +- Update chat area icons for better discoverability & consistency |
| 47 | +- Fix a bug that allowed `list_files` to return directory results that should be excluded by .gitignore |
| 48 | +- Add an overflow header menu to make the UI a little tidier (thanks @dlab-anton) |
| 49 | +- Fix a bug the issue where null custom modes configuration files cause a 'Cannot read properties of null' error (thanks @daniel-lxs!) |
| 50 | +- Replace native title attributes with StandardTooltip component for consistency (thanks @daniel-lxs!) |
| 51 | + |
3 | 52 | ## [3.23.3] - 2025-07-09 |
4 | 53 |
|
5 | 54 | - Remove erroneous line from announcement modal |
|
365 | 414 | - Fix vscode-material-icons in the filer picker |
366 | 415 | - Fix global settings export |
367 | 416 | - Respect user-configured terminal integration timeout (thanks @KJ7LNW) |
368 | | -- Contex condensing enhancements (thanks @SannidhyaSah) |
| 417 | +- Context condensing enhancements (thanks @SannidhyaSah) |
369 | 418 |
|
370 | 419 | ## [3.18.1] - 2025-05-22 |
371 | 420 |
|
|
877 | 926 |
|
878 | 927 | ## [3.10.1] - 2025-03-20 |
879 | 928 |
|
880 | | -- Make the suggested responses optional to not break overriden system prompts |
| 929 | +- Make the suggested responses optional to not break overridden system prompts |
881 | 930 |
|
882 | 931 | ## [3.10.0] - 2025-03-20 |
883 | 932 |
|
|
0 commit comments