|
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 | + |
| 48 | +## [3.23.6] - 2025-07-10 |
| 49 | + |
| 50 | +- Grok 4 |
| 51 | + |
| 52 | +## [3.23.5] - 2025-07-09 |
| 53 | + |
| 54 | +- Fix: use decodeURIComponent in openFile (thanks @vivekfyi!) |
| 55 | +- Fix(embeddings): Translate error messages before sending to UI (thanks @daniel-lxs!) |
| 56 | +- Make account tab visible |
| 57 | + |
| 58 | +## [3.23.4] - 2025-07-09 |
| 59 | + |
| 60 | +- Update chat area icons for better discoverability & consistency |
| 61 | +- Fix a bug that allowed `list_files` to return directory results that should be excluded by .gitignore |
| 62 | +- Add an overflow header menu to make the UI a little tidier (thanks @dlab-anton) |
| 63 | +- Fix a bug the issue where null custom modes configuration files cause a 'Cannot read properties of null' error (thanks @daniel-lxs!) |
| 64 | +- Replace native title attributes with StandardTooltip component for consistency (thanks @daniel-lxs!) |
| 65 | + |
| 66 | +## [3.23.3] - 2025-07-09 |
| 67 | + |
| 68 | +- Remove erroneous line from announcement modal |
| 69 | + |
| 70 | +## [3.23.2] - 2025-07-09 |
| 71 | + |
| 72 | +- Fix bug where auto-approval was intermittently failing |
| 73 | + |
| 74 | +## [3.23.1] - 2025-07-09 |
| 75 | + |
| 76 | +- Always show the code indexing dot under the chat text area |
| 77 | + |
| 78 | +## [3.23.0] - 2025-07-08 |
| 79 | + |
| 80 | +- Move codebase indexing out of experimental (thanks @daniel-lxs and @MuriloFP!) |
| 81 | +- Add todo list tool (thanks @qdaxb!) |
| 82 | +- Fix code index secret persistence and improve settings UX (thanks @daniel-lxs!) |
| 83 | +- Add Gemini embedding provider for codebase indexing (thanks @SannidhyaSah!) |
| 84 | +- Support full endpoint URLs in OpenAI Compatible provider (thanks @SannidhyaSah!) |
| 85 | +- Add markdown support to codebase indexing (thanks @MuriloFP!) |
| 86 | +- Add Search/Filter Functionality to API Provider Selection in Settings (thanks @GOODBOY008!) |
| 87 | +- Add configurable max search results (thanks @MuriloFP!) |
| 88 | +- Add copy prompt button to task actions (thanks @Juice10 and @vultrnerd!) |
| 89 | +- Fix insertContentTool to create new files with content (thanks @Ruakij!) |
| 90 | +- Fix typescript compiler watch path inconsistency (thanks @bbenshalom!) |
| 91 | +- Use actual max_completion_tokens from OpenRouter API (thanks @shariqriazz!) |
| 92 | +- Prevent completion sound from replaying when reopening completed tasks (thanks @SannidhyaSah!) |
| 93 | +- Fix access_mcp_resource fails to handle images correctly (thanks @s97712!) |
| 94 | +- Prevent chatbox focus loss during automated file editing (thanks @hannesrudolph!) |
| 95 | +- Resolve intermittent hangs and lack of clear error feedback in apply_diff tool (thanks @lhish!) |
| 96 | +- Resolve Go duplicate references in tree-sitter queries (thanks @MuriloFP!) |
| 97 | +- Chat UI consistency and layout shifts (thanks @seedlord!) |
| 98 | +- Chat index UI enhancements (thanks @MuriloFP!) |
| 99 | +- Fix model search being prefilled on dropdown (thanks @kevinvandijk!) |
| 100 | +- Improve chat UI - add camera icon margin and make placeholder non-selectable (thanks @MuriloFP!) |
| 101 | +- Delete .roo/rules-{mode} folder when custom mode is deleted |
| 102 | +- Enforce file restrictions for all edit tools in architect mode |
| 103 | +- Add User-Agent header to API providers |
| 104 | +- Fix auto question timer unmount (thanks @liwilliam2021!) |
| 105 | +- Fix new_task tool streaming issue |
| 106 | +- Optimize file listing when maxWorkspaceFiles is 0 (thanks @daniel-lxs!) |
| 107 | +- Correct export/import of OpenAI Compatible codebase indexing settings (thanks @MuriloFP!) |
| 108 | +- Resolve workspace path inconsistency in code indexing for multi-workspace scenarios |
| 109 | + |
3 | 110 | ## [3.22.6] - 2025-07-02 |
4 | 111 |
|
5 | 112 | - Add timer-based auto approve for follow up questions (thanks @liwilliam2021!) |
|
321 | 428 | - Fix vscode-material-icons in the filer picker |
322 | 429 | - Fix global settings export |
323 | 430 | - Respect user-configured terminal integration timeout (thanks @KJ7LNW) |
324 | | -- Contex condensing enhancements (thanks @SannidhyaSah) |
| 431 | +- Context condensing enhancements (thanks @SannidhyaSah) |
325 | 432 |
|
326 | 433 | ## [3.18.1] - 2025-05-22 |
327 | 434 |
|
|
833 | 940 |
|
834 | 941 | ## [3.10.1] - 2025-03-20 |
835 | 942 |
|
836 | | -- Make the suggested responses optional to not break overriden system prompts |
| 943 | +- Make the suggested responses optional to not break overridden system prompts |
837 | 944 |
|
838 | 945 | ## [3.10.0] - 2025-03-20 |
839 | 946 |
|
|
0 commit comments