|
7 | 7 | - Add LiteLLM provider support - adapted from Cline's implementation (PR #1618) - allowing connection to any LLM via a LiteLLM proxy server. Includes configuration for API URL, API Key, and Model ID, plus cost calculation support via the `/spend/calculate` endpoint. |
8 | 8 |
|
9 | 9 | ======= |
| 10 | +## [3.15.5] - 2025-05-05 |
| 11 | + |
| 12 | +- Update @google/genai to 0.12 (includes some streaming completion bug fixes) |
| 13 | +- Rendering performance improvements for code blocks in chat (thanks @KJ7LNW) |
| 14 | + |
| 15 | +## [3.15.4] - 2025-05-04 |
| 16 | + |
| 17 | +- Fix a nasty bug that would cause Roo Code to hang, particularly in orchestrator mode |
| 18 | +- Improve Gemini caching efficiency |
| 19 | + |
| 20 | +## [3.15.3] - 2025-05-02 |
| 21 | + |
| 22 | +- Terminal: Fix empty command bug |
| 23 | +- Terminal: More robust process killing |
| 24 | +- Optimize Gemini prompt caching for OpenRouter |
| 25 | +- Chat view performance improvements |
| 26 | + |
| 27 | +## [3.15.2] - 2025-05-02 |
| 28 | + |
| 29 | +- Fix terminal performance issues |
| 30 | +- Handle Mermaid validation errors |
| 31 | +- Add customizable headers for OpenAI-compatible provider (thanks @mark-bradshaw!) |
| 32 | +- Add config option to overwrite OpenAI's API base (thanks @GOODBOY008!) |
| 33 | +- Fixes to padding and height issues when resizing the sidebar (thanks @zhangtony239!) |
| 34 | +- Remove tool groups from orchestrator mode definition |
| 35 | +- Add telemetry for title button clicks |
| 36 | + |
| 37 | +## [3.15.1] - 2025-04-30 |
| 38 | + |
| 39 | +- Capture stderr in execa-spawned processes |
| 40 | +- Play sound only when action needed from the user (thanks @olearycrew) |
| 41 | +- Make retries respect the global auto approve checkbox |
| 42 | +- Fix a selection mode bug in the history view (thanks @jr) |
| 43 | + |
| 44 | +## [3.15.0] - 2025-04-30 |
| 45 | + |
| 46 | +- Add prompt caching to the Google Vertex provider (thanks @ashktn) |
| 47 | +- Add a fallback mechanism for executing terminal commands if VSCode terminal shell integration fails |
| 48 | +- Improve the UI/UX of code snippets in the chat (thanks @KJ7LNW) |
| 49 | +- Add a reasoning effort setting for the OpenAI Compatible provider (thanks @mr-ryan-james) |
| 50 | +- Allow terminal commands to be stopped directly from the chat UI |
| 51 | +- Adjust chat view padding to accommodate small width layouts (thanks @zhangtony239) |
| 52 | +- Fix file mentions for filenames containing spaces |
| 53 | +- Improve the auto-approve toggle buttons for some high-contrast VSCode themes |
| 54 | +- Offload expensive count token operations to a web worker (thanks @samhvw8) |
| 55 | +- Improve support for mult-root workspaces (thanks @snoyiatk) |
| 56 | +- Simplify and streamline Roo Code's quick actions |
| 57 | +- Allow Roo Code settings to be imported from the welcome screen (thanks @julionav) |
| 58 | +- Remove unused types (thanks @wkordalski) |
| 59 | +- Improve the performance of mode switching (thanks @dlab-anton) |
| 60 | +- Fix importing & exporting of custom modes (thanks @julionav) |
| 61 | + |
| 62 | +## [3.14.3] - 2025-04-25 |
| 63 | + |
| 64 | +- Add Boomerang Orchestrator as a built-in mode |
| 65 | +- Improve home screen UI |
| 66 | +- Make token count estimation more efficient to reduce gray screens |
| 67 | +- Revert change to automatically close files after edit until we figure out how to make it work well with diagnostics |
| 68 | +- Clean up settings data model |
| 69 | +- Omit reasoning params for non-reasoning models |
| 70 | +- Clearer documentation for adding settings (thanks @shariqriazz!) |
| 71 | +- Fix word wrapping in Roo message title (thanks @zhangtony239!) |
| 72 | +- Update default model id for Unbound from claude 3.5 to 3.7 (thanks @pugazhendhi-m!) |
| 73 | + |
| 74 | +## [3.14.2] - 2025-04-24 |
| 75 | + |
| 76 | +- Enable prompt caching for Gemini (with some improvements) |
| 77 | +- Allow users to turn prompt caching on / off for Gemini 2.5 on OpenRouter |
| 78 | +- Compress terminal output with backspace characters (thanks @KJ7LNW) |
| 79 | +- Add Russian language (Спасибо @asychin) |
| 80 | + |
| 81 | +## [3.14.1] - 2025-04-24 |
| 82 | + |
| 83 | +- Disable Gemini caching while we investigate issues reported by the community. |
| 84 | + |
| 85 | +## [3.14.0] - 2025-04-23 |
| 86 | + |
| 87 | +- Add prompt caching for `gemini-2.5-pro-preview-03-25` in the Gemini provider (Vertex and OpenRouter coming soon!) |
| 88 | +- Improve the search_and_replace and insert_content tools and bring them out of experimental, and deprecate append_to_file (thanks @samhvw8!) |
| 89 | +- Use material icons for files and folders in mentions (thanks @elianiva!) |
| 90 | +- Make the list_files tool more efficient and smarter about excluding directories like .git/ |
| 91 | +- Fix file drag and drop on Windows and when using SSH tunnels (thanks @NyxJae!) |
| 92 | +- Correctly revert changes and suggest alternative tools when write_to_file fails on a missing line count |
| 93 | +- Allow interpolation of `workspace`, `mode`, `language`, `shell`, and `operatingSystem` into custom system prompt overrides (thanks @daniel-lxs!) |
| 94 | +- Fix interpolation bug in the “add to context” code action (thanks @elianiva!) |
| 95 | +- Preserve editor state and prevent tab unpinning during diffs (thanks @seedlord!) |
| 96 | +- Improvements to icon rendering on Linux (thanks @elianiva!) |
| 97 | +- Improvements to Requesty model list fetching (thanks @dtrugman!) |
| 98 | +- 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!) |
| 99 | +- Track tool use errors in evals |
| 100 | +- Fix MCP hub error when dragging extension to another sidebar |
| 101 | +- Improve display of long MCP tool arguments |
| 102 | +- Fix redundant ‘TASK RESUMPTION’ prompts (thanks @System233!) |
| 103 | +- Fix bug opening files when editor has no workspace root |
| 104 | +- Make the VS Code LM provider show the correct model information (thanks @QuinsZouls!) |
| 105 | +- Fixes to make the focusInput command more reliable (thanks @hongzio!) |
| 106 | +- Better handling of aftercursor content in context mentions (thanks @elianiva!) |
| 107 | +- Support injecting environment variables in MCP config (thanks @NamesMT!) |
| 108 | +- Better handling of FakeAI “controller” object (thanks @wkordalski) |
| 109 | +- Remove unnecessary calculation from VS Code LM provider (thanks @d-oit!) |
| 110 | +- Allow Amazon Bedrock Marketplace ARNs (thanks @mlopezr!) |
| 111 | +- Give better loading feedback on chat rows (thanks @elianiva!) |
| 112 | +- Performance improvements to task size calculations |
| 113 | +- Don’t immediately show a model ID error when changing API providers |
| 114 | +- Fix apply_diff edge cases |
| 115 | +- Use a more sensible task export icon |
| 116 | +- Use path aliases in webview source files |
| 117 | +- Display a warning when the system prompt is overridden |
| 118 | +- Better progress indicator for apply_diff tools (thanks @qdaxb!) |
| 119 | +- Fix terminal carriage return handling for correct progress bar display (thanks @Yikai-Liao!) |
| 120 | + |
| 121 | +## [3.13.2] - 2025-04-18 |
| 122 | + |
| 123 | +- Allow custom URLs for Gemini provider |
| 124 | + |
| 125 | +## [3.13.1] - 2025-04-18 |
| 126 | + |
| 127 | +- Support Gemini 2.5 Flash thinking mode (thanks @monotykamary) |
| 128 | +- Make auto-approval toggle on/off states more obvious (thanks @sachasayan) |
| 129 | +- Add telemetry for shell integration errors |
| 130 | +- Fix the path of files dragging into the chat textarea on Windows (thanks @NyxJae) |
| 131 | + |
| 132 | +## [3.13.0] - 2025-04-17 |
| 133 | + |
| 134 | +- UI improvements to task header, chat view, history preview, and welcome view (thanks @sachasayan!) |
| 135 | +- Add append_to_file tool for appending content to files (thanks @samhvw8!) |
| 136 | +- Add Gemini 2.5 Flash Preview to Gemini and Vertex providers (thanks @nbihan-mediware!) |
| 137 | +- Fix image support in Bedrock (thanks @Smartsheet-JB-Brown!) |
| 138 | +- Make diff edits more resilient to models passing in incorrect parameters |
| 139 | + |
| 140 | +## [3.12.3] - 2025-04-17 |
| 141 | + |
| 142 | +- Fix character escaping issues in Gemini diff edits |
| 143 | +- Support dragging and dropping tabs into the chat box (thanks @NyxJae!) |
| 144 | +- Make sure slash commands only fire at the beginning of the chat box (thanks @logosstone!) |
| 145 | + |
| 146 | +## [3.12.2] - 2025-04-16 |
| 147 | + |
| 148 | +- Add OpenAI o3 & 4o-mini (thanks @PeterDaveHello!) |
| 149 | +- Improve file/folder context mention UI (thanks @elianiva!) |
| 150 | +- Improve diff error telemetry |
| 151 | + |
| 152 | +## [3.12.1] - 2025-04-16 |
| 153 | + |
| 154 | +- Bugfix to Edit button visibility in the select dropdowns |
| 155 | + |
| 156 | +## [3.12.0] - 2025-04-15 |
| 157 | + |
| 158 | +- Add xAI provider and expose reasoning effort options for Grok on OpenRouter (thanks Cline!) |
| 159 | +- Make diff editing config per-profile and improve pre-diff string normalization |
| 160 | +- Make checkpoints faster and more reliable |
| 161 | +- Add a search bar to mode and profile select dropdowns (thanks @samhvw8!) |
| 162 | +- Add telemetry for code action usage, prompt enhancement usage, and consecutive mistake errors |
| 163 | +- Suppress zero cost values in the task header (thanks @do-it!) |
| 164 | +- Make JSON parsing safer to avoid crashing the webview on bad input |
| 165 | +- Allow users to bind a keyboard shortcut for accepting suggestions or input in the chat view (thanks @axkirillov!) |
| 166 | + |
| 167 | +## [3.11.17] - 2025-04-14 |
| 168 | + |
| 169 | +- Improvements to OpenAI cache reporting and cost estimates (thanks @monotykamary and Cline!) |
| 170 | +- Visual improvements to the auto-approve toggles (thanks @sachasayan!) |
| 171 | +- Bugfix to diff apply logic (thanks @avtc for the test case!) and telemetry to track errors going forward |
| 172 | +- Fix race condition in capturing short-running terminal commands (thanks @KJ7LNW!) |
| 173 | +- Fix eslint error (thanks @nobu007!) |
| 174 | + |
| 175 | +## [3.11.16] - 2025-04-14 |
| 176 | + |
| 177 | +- Add gpt-4.1, gpt-4.1-mini, and gpt-4.1-nano to the OpenAI provider |
| 178 | +- Include model ID in environment details and when exporting tasks (thanks @feifei325!) |
| 179 | + |
10 | 180 | ## [3.11.15] - 2025-04-13 |
11 | 181 |
|
12 | 182 | - Add ability to filter task history by workspace (thanks @samhvw8!) |
|
0 commit comments