|
1 | 1 | # Roo Code Changelog |
2 | 2 |
|
3 | | -## [3.8.0] |
| 3 | +## [3.8.1] - 2025-03-07 |
| 4 | + |
| 5 | +- Show the reserved output tokens in the context window visualization |
| 6 | +- Improve the UI of the configuration profile dropdown (thanks @DeXtroTip!) |
| 7 | +- Fix bug where custom temperature could not be unchecked (thanks @System233!) |
| 8 | +- Fix bug where decimal prices could not be entered for OpenAI-compatible providers (thanks @System233!) |
| 9 | +- Fix bug with enhance prompt on Sonnet 3.7 with a high thinking budget (thanks @moqimoqidea!) |
| 10 | +- Fix bug with the context window management for thinking models (thanks @ReadyPlayerEmma!) |
| 11 | +- Fix bug where checkpoints were no longer enabled by default |
| 12 | +- Add extension and VSCode versions to telemetry |
| 13 | + |
| 14 | +## [3.8.0] - 2025-03-07 |
4 | 15 |
|
5 | 16 | - Add opt-in telemetry to help us improve Roo Code faster (thanks Cline!) |
6 | 17 | - Fix terminal overload / gray screen of death, and other terminal issues |
|
19 | 30 | - Improve styling of the task headers (thanks @monotykamary!) |
20 | 31 | - Improve context mention path handling on Windows (thanks @samhvw8!) |
21 | 32 |
|
22 | | -## [3.7.12] |
| 33 | +## [3.7.12] - 2025-03-03 |
23 | 34 |
|
24 | 35 | - Expand max tokens of thinking models to 128k, and max thinking budget to over 100k (thanks @monotykamary!) |
25 | 36 | - Fix issue where keyboard mode switcher wasn't updating API profile (thanks @aheizi!) |
|
31 | 42 | - Update the warning text for the VS LM API |
32 | 43 | - Correctly populate the default OpenRouter model on the welcome screen |
33 | 44 |
|
34 | | -## [3.7.11] |
| 45 | +## [3.7.11] - 2025-03-02 |
35 | 46 |
|
36 | 47 | - Don't honor custom max tokens for non thinking models |
37 | 48 | - Include custom modes in mode switching keyboard shortcut |
38 | 49 | - Support read-only modes that can run commands |
39 | 50 |
|
40 | | -## [3.7.10] |
| 51 | +## [3.7.10] - 2025-03-01 |
41 | 52 |
|
42 | 53 | - Add Gemini models on Vertex AI (thanks @ashktn!) |
43 | 54 | - Keyboard shortcuts to switch modes (thanks @aheizi!) |
44 | 55 | - Add support for Mermaid diagrams (thanks Cline!) |
45 | 56 |
|
46 | | -## [3.7.9] |
| 57 | +## [3.7.9] - 2025-03-01 |
47 | 58 |
|
48 | 59 | - Delete task confirmation enhancements |
49 | 60 | - Smarter context window management |
|
53 | 64 | - UI fix to dropdown hover colors (thanks @SamirSaji!) |
54 | 65 | - Add support for Claude Sonnet 3.7 thinking via Vertex AI (thanks @lupuletic!) |
55 | 66 |
|
56 | | -## [3.7.8] |
| 67 | +## [3.7.8] - 2025-02-27 |
57 | 68 |
|
58 | 69 | - Add Vertex AI prompt caching support for Claude models (thanks @aitoroses and @lupuletic!) |
59 | 70 | - Add gpt-4.5-preview |
60 | 71 | - Add an advanced feature to customize the system prompt |
61 | 72 |
|
62 | | -## [3.7.7] |
| 73 | +## [3.7.7] - 2025-02-27 |
63 | 74 |
|
64 | 75 | - Graduate checkpoints out of beta |
65 | 76 | - Fix enhance prompt button when using Thinking Sonnet |
66 | 77 | - Add tooltips to make what buttons do more obvious |
67 | 78 |
|
68 | | -## [3.7.6] |
| 79 | +## [3.7.6] - 2025-02-26 |
69 | 80 |
|
70 | 81 | - Handle really long text better in the in the ChatRow similar to TaskHeader (thanks @joemanley201!) |
71 | 82 | - Support multiple files in drag-and-drop |
72 | 83 | - Truncate search_file output to avoid crashing the extension |
73 | 84 | - Better OpenRouter error handling (no more "Provider Error") |
74 | 85 | - Add slider to control max output tokens for thinking models |
75 | 86 |
|
76 | | -## [3.7.5] |
| 87 | +## [3.7.5] - 2025-02-26 |
77 | 88 |
|
78 | 89 | - Fix context window truncation math (see [#1173](https://github.com/RooVetGit/Roo-Code/issues/1173)) |
79 | 90 | - Fix various issues with the model picker (thanks @System233!) |
80 | 91 | - Fix model input / output cost parsing (thanks @System233!) |
81 | 92 | - Add drag-and-drop for files |
82 | 93 | - Enable the "Thinking Budget" slider for Claude 3.7 Sonnet on OpenRouter |
83 | 94 |
|
84 | | -## [3.7.4] |
| 95 | +## [3.7.4] - 2025-02-25 |
85 | 96 |
|
86 | 97 | - Fix a bug that prevented the "Thinking" setting from properly updating when switching profiles. |
87 | 98 |
|
88 | | -## [3.7.3] |
| 99 | +## [3.7.3] - 2025-02-25 |
89 | 100 |
|
90 | 101 | - Support for ["Thinking"](https://docs.anthropic.com/en/docs/build-with-claude/extended-thinking) Sonnet 3.7 when using the Anthropic provider. |
91 | 102 |
|
92 | | -## [3.7.2] |
| 103 | +## [3.7.2] - 2025-02-24 |
93 | 104 |
|
94 | 105 | - Fix computer use and prompt caching for OpenRouter's `anthropic/claude-3.7-sonnet:beta` (thanks @cte!) |
95 | 106 | - Fix sliding window calculations for Sonnet 3.7 that were causing a context window overflow (thanks @cte!) |
96 | 107 | - Encourage diff editing more strongly in the system prompt (thanks @hannesrudolph!) |
97 | 108 |
|
98 | | -## [3.7.1] |
| 109 | +## [3.7.1] - 2025-02-24 |
99 | 110 |
|
100 | 111 | - Add AWS Bedrock support for Sonnet 3.7 and update some defaults to Sonnet 3.7 instead of 3.5 |
101 | 112 |
|
102 | | -## [3.7.0] |
| 113 | +## [3.7.0] - 2025-02-24 |
103 | 114 |
|
104 | 115 | - Introducing Roo Code 3.7, with support for the new Claude Sonnet 3.7. Because who cares about skipping version numbers anymore? Thanks @lupuletic and @cte for the PRs! |
105 | 116 |
|
106 | | -## [3.3.26] |
| 117 | +## [3.3.26] - 2025-02-27 |
107 | 118 |
|
108 | 119 | - Adjust the default prompt for Debug mode to focus more on diagnosis and to require user confirmation before moving on to implementation |
109 | 120 |
|
110 | | -## [3.3.25] |
| 121 | +## [3.3.25] - 2025-02-21 |
111 | 122 |
|
112 | 123 | - Add a "Debug" mode that specializes in debugging tricky problems (thanks [Ted Werbel](https://x.com/tedx_ai/status/1891514191179309457) and [Carlos E. Perez](https://x.com/IntuitMachine/status/1891516362486337739)!) |
113 | 124 | - Add an experimental "Power Steering" option to significantly improve adherence to role definitions and custom instructions |
114 | 125 |
|
115 | | -## [3.3.24] |
| 126 | +## [3.3.24] - 2025-02-20 |
116 | 127 |
|
117 | 128 | - Fixed a bug with region selection preventing AWS Bedrock profiles from being saved (thanks @oprstchn!) |
118 | 129 | - Updated the price of gpt-4o (thanks @marvijo-code!) |
119 | 130 |
|
120 | | -## [3.3.23] |
| 131 | +## [3.3.23] - 2025-02-20 |
121 | 132 |
|
122 | 133 | - Handle errors more gracefully when reading custom instructions from files (thanks @joemanley201!) |
123 | 134 | - Bug fix to hitting "Done" on settings page with unsaved changes (thanks @System233!) |
124 | 135 |
|
125 | | -## [3.3.22] |
| 136 | +## [3.3.22] - 2025-02-20 |
126 | 137 |
|
127 | 138 | - Improve the Provider Settings configuration with clear Save buttons and warnings about unsaved changes (thanks @System233!) |
128 | 139 | - Correctly parse `<think>` reasoning tags from Ollama models (thanks @System233!) |
|
132 | 143 | - Fix a bug where the .roomodes file was not automatically created when adding custom modes from the Prompts tab |
133 | 144 | - Allow setting a wildcard (`*`) to auto-approve all command execution (use with caution!) |
134 | 145 |
|
135 | | -## [3.3.21] |
| 146 | +## [3.3.21] - 2025-02-17 |
136 | 147 |
|
137 | 148 | - Fix input box revert issue and configuration loss during profile switch (thanks @System233!) |
138 | 149 | - Fix default preferred language for zh-cn and zh-tw (thanks @System233!) |
|
141 | 152 | - Fix system prompt to make sure Roo knows about all available modes |
142 | 153 | - Enable streaming mode for OpenAI o1 |
143 | 154 |
|
144 | | -## [3.3.20] |
| 155 | +## [3.3.20] - 2025-02-14 |
145 | 156 |
|
146 | 157 | - Support project-specific custom modes in a .roomodes file |
147 | 158 | - Add more Mistral models (thanks @d-oit and @bramburn!) |
148 | 159 | - By popular request, make it so Ask mode can't write to Markdown files and is purely for chatting with |
149 | 160 | - Add a setting to control the number of open editor tabs to tell the model about (665 is probably too many!) |
150 | 161 | - Fix race condition bug with entering API key on the welcome screen |
151 | 162 |
|
152 | | -## [3.3.19] |
| 163 | +## [3.3.19] - 2025-02-12 |
153 | 164 |
|
154 | 165 | - Fix a bug where aborting in the middle of file writes would not revert the write |
155 | 166 | - Honor the VS Code theme for dialog backgrounds |
156 | 167 | - Make it possible to clear out the default custom instructions for built-in modes |
157 | 168 | - Add a help button that links to our new documentation site (which we would love help from the community to improve!) |
158 | 169 | - Switch checkpoints logic to use a shadow git repository to work around issues with hot reloads and polluting existing repositories (thanks Cline for the inspiration!) |
159 | 170 |
|
160 | | -## [3.3.18] |
| 171 | +## [3.3.18] - 2025-02-11 |
161 | 172 |
|
162 | 173 | - Add a per-API-configuration model temperature setting (thanks @joemanley201!) |
163 | 174 | - Add retries for fetching usage stats from OpenRouter (thanks @jcbdev!) |
|
168 | 179 | - Fix logic error where automatic retries were waiting twice as long as intended |
169 | 180 | - Rework the checkpoints code to avoid conflicts with file locks on Windows (sorry for the hassle!) |
170 | 181 |
|
171 | | -## [3.3.17] |
| 182 | +## [3.3.17] - 2025-02-09 |
172 | 183 |
|
173 | 184 | - Fix the restore checkpoint popover |
174 | 185 | - Unset git config that was previously set incorrectly by the checkpoints feature |
175 | 186 |
|
176 | | -## [3.3.16] |
| 187 | +## [3.3.16] - 2025-02-09 |
177 | 188 |
|
178 | 189 | - Support Volcano Ark platform through the OpenAI-compatible provider |
179 | 190 | - Fix jumpiness while entering API config by updating on blur instead of input |
180 | 191 | - Add tooltips on checkpoint actions and fix an issue where checkpoints were overwriting existing git name/email settings - thanks for the feedback! |
181 | 192 |
|
182 | | -## [3.3.15] |
| 193 | +## [3.3.15] - 2025-02-08 |
183 | 194 |
|
184 | 195 | - Improvements to MCP initialization and server restarts (thanks @MuriloFP and @hannesrudolph!) |
185 | 196 | - Add a copy button to the recent tasks (thanks @hannesrudolph!) |
|
0 commit comments