|
1 | 1 | # Roo Code Changelog |
2 | 2 |
|
| 3 | +## [3.15.1] - 2025-04-30 |
| 4 | + |
| 5 | +- Capture stderr in execa-spawned processes |
| 6 | +- Play sound only when action needed from the user (thanks @olearycrew) |
| 7 | +- Make retries respect the global auto approve checkbox |
| 8 | +- Fix a selection mode bug in the history view (thanks @jr) |
| 9 | + |
| 10 | +## 3.15.0 - 2025-04-30 |
| 11 | + |
| 12 | +- Add prompt caching to the Google Vertex provider (thanks @ashktn) |
| 13 | +- Add a fallback mechanism for executing terminal commands if VSCode terminal shell integration fails |
| 14 | +- Improve the UI/UX of code snippets in the chat (thanks @KJ7LNW) |
| 15 | +- Add a reasoning effort setting for the OpenAI Compatible provider (thanks @mr-ryan-james) |
| 16 | +- Allow terminal commands to be stopped directly from the chat UI |
| 17 | +- Adjust chat view padding to accommodate small width layouts (thanks @zhangtony239) |
| 18 | +- Fix file mentions for filenames containing spaces |
| 19 | +- Improve the auto-approve toggle buttons for some high-contrast VSCode themes |
| 20 | +- Offload expensive count token operations to a web worker (thanks @samhvw8) |
| 21 | +- Improve support for mult-root workspaces (thanks @snoyiatk) |
| 22 | +- Simplify and streamline Roo Code's quick actions |
| 23 | +- Allow Roo Code settings to be imported from the welcome screen (thanks @julionav) |
| 24 | +- Remove unused types (thanks @wkordalski) |
| 25 | +- Improve the performance of mode switching (thanks @dlab-anton) |
| 26 | +- Fix importing & exporting of custom modes (thanks @julionav) |
| 27 | + |
| 28 | +## [3.14.3] - 2025-04-25 |
| 29 | + |
| 30 | +- Add Boomerang Orchestrator as a built-in mode |
| 31 | +- Improve home screen UI |
| 32 | +- Make token count estimation more efficient to reduce gray screens |
| 33 | +- Revert change to automatically close files after edit until we figure out how to make it work well with diagnostics |
| 34 | +- Clean up settings data model |
| 35 | +- Omit reasoning params for non-reasoning models |
| 36 | +- Clearer documentation for adding settings (thanks @shariqriazz!) |
| 37 | +- Fix word wrapping in Roo message title (thanks @zhangtony239!) |
| 38 | +- Update default model id for Unbound from claude 3.5 to 3.7 (thanks @pugazhendhi-m!) |
| 39 | + |
| 40 | +## [3.14.2] - 2025-04-24 |
| 41 | + |
| 42 | +- Enable prompt caching for Gemini (with some improvements) |
| 43 | +- Allow users to turn prompt caching on / off for Gemini 2.5 on OpenRouter |
| 44 | +- Compress terminal output with backspace characters (thanks @KJ7LNW) |
| 45 | +- Add Russian language (Спасибо @asychin) |
| 46 | + |
| 47 | +## [3.14.1] - 2025-04-24 |
| 48 | + |
| 49 | +- Disable Gemini caching while we investigate issues reported by the community. |
| 50 | + |
| 51 | +## [3.14.0] - 2025-04-23 |
| 52 | + |
| 53 | +- Add prompt caching for `gemini-2.5-pro-preview-03-25` in the Gemini provider (Vertex and OpenRouter coming soon!) |
| 54 | +- Improve the search_and_replace and insert_content tools and bring them out of experimental, and deprecate append_to_file (thanks @samhvw8!) |
| 55 | +- Use material icons for files and folders in mentions (thanks @elianiva!) |
| 56 | +- Make the list_files tool more efficient and smarter about excluding directories like .git/ |
| 57 | +- Fix file drag and drop on Windows and when using SSH tunnels (thanks @NyxJae!) |
| 58 | +- Correctly revert changes and suggest alternative tools when write_to_file fails on a missing line count |
| 59 | +- Allow interpolation of `workspace`, `mode`, `language`, `shell`, and `operatingSystem` into custom system prompt overrides (thanks @daniel-lxs!) |
| 60 | +- Fix interpolation bug in the “add to context” code action (thanks @elianiva!) |
| 61 | +- Preserve editor state and prevent tab unpinning during diffs (thanks @seedlord!) |
| 62 | +- Improvements to icon rendering on Linux (thanks @elianiva!) |
| 63 | +- Improvements to Requesty model list fetching (thanks @dtrugman!) |
| 64 | +- Fix user feedback not being added to conversation history in API error state, redundant ‘TASK RESUMPTION’ prompts, and error messages not showing after cancelling API requests (thanks @System233!) |
| 65 | +- Track tool use errors in evals |
| 66 | +- Fix MCP hub error when dragging extension to another sidebar |
| 67 | +- Improve display of long MCP tool arguments |
| 68 | +- Fix redundant ‘TASK RESUMPTION’ prompts (thanks @System233!) |
| 69 | +- Fix bug opening files when editor has no workspace root |
| 70 | +- Make the VS Code LM provider show the correct model information (thanks @QuinsZouls!) |
| 71 | +- Fixes to make the focusInput command more reliable (thanks @hongzio!) |
| 72 | +- Better handling of aftercursor content in context mentions (thanks @elianiva!) |
| 73 | +- Support injecting environment variables in MCP config (thanks @NamesMT!) |
| 74 | +- Better handling of FakeAI “controller” object (thanks @wkordalski) |
| 75 | +- Remove unnecessary calculation from VS Code LM provider (thanks @d-oit!) |
| 76 | +- Allow Amazon Bedrock Marketplace ARNs (thanks @mlopezr!) |
| 77 | +- Give better loading feedback on chat rows (thanks @elianiva!) |
| 78 | +- Performance improvements to task size calculations |
| 79 | +- Don’t immediately show a model ID error when changing API providers |
| 80 | +- Fix apply_diff edge cases |
| 81 | +- Use a more sensible task export icon |
| 82 | +- Use path aliases in webview source files |
| 83 | +- Display a warning when the system prompt is overridden |
| 84 | +- Better progress indicator for apply_diff tools (thanks @qdaxb!) |
| 85 | +- Fix terminal carriage return handling for correct progress bar display (thanks @Yikai-Liao!) |
| 86 | + |
| 87 | +## [3.13.2] - 2025-04-18 |
| 88 | + |
| 89 | +- Allow custom URLs for Gemini provider |
| 90 | + |
| 91 | +## [3.13.1] - 2025-04-18 |
| 92 | + |
| 93 | +- Support Gemini 2.5 Flash thinking mode (thanks @monotykamary) |
| 94 | +- Make auto-approval toggle on/off states more obvious (thanks @sachasayan) |
| 95 | +- Add telemetry for shell integration errors |
| 96 | +- Fix the path of files dragging into the chat textarea on Windows (thanks @NyxJae) |
| 97 | + |
| 98 | +## [3.13.0] - 2025-04-17 |
| 99 | + |
| 100 | +- UI improvements to task header, chat view, history preview, and welcome view (thanks @sachasayan!) |
| 101 | +- Add append_to_file tool for appending content to files (thanks @samhvw8!) |
| 102 | +- Add Gemini 2.5 Flash Preview to Gemini and Vertex providers (thanks @nbihan-mediware!) |
| 103 | +- Fix image support in Bedrock (thanks @Smartsheet-JB-Brown!) |
| 104 | +- Make diff edits more resilient to models passing in incorrect parameters |
| 105 | + |
| 106 | +## [3.12.3] - 2025-04-17 |
| 107 | + |
| 108 | +- Fix character escaping issues in Gemini diff edits |
| 109 | +- Support dragging and dropping tabs into the chat box (thanks @NyxJae!) |
| 110 | +- Make sure slash commands only fire at the beginning of the chat box (thanks @logosstone!) |
| 111 | + |
| 112 | +## [3.12.2] - 2025-04-16 |
| 113 | + |
| 114 | +- Add OpenAI o3 & 4o-mini (thanks @PeterDaveHello!) |
| 115 | +- Improve file/folder context mention UI (thanks @elianiva!) |
| 116 | +- Improve diff error telemetry |
| 117 | + |
| 118 | +## [3.12.1] - 2025-04-16 |
| 119 | + |
| 120 | +- Bugfix to Edit button visibility in the select dropdowns |
| 121 | + |
3 | 122 | ## [3.12.0] - 2025-04-15 |
4 | 123 |
|
5 | 124 | - Add xAI provider and expose reasoning effort options for Grok on OpenRouter (thanks Cline!) |
|
0 commit comments