|
1 | 1 | # Roo Code Changelog |
2 | 2 |
|
3 | | -## 3.3.20 |
| 3 | +## [3.7.5] |
4 | 4 |
|
5 | | -### Patch Changes |
| 5 | +- Fix context window truncation math (see [#1173](https://github.com/RooVetGit/Roo-Code/issues/1173)) |
| 6 | +- Fix various issues with the model picker (thanks @System233!) |
| 7 | +- Fix model input / output cost parsing (thanks @System233!) |
| 8 | +- Add drag-and-drop for files |
| 9 | +- Enable the "Thinking Budget" slider for Claude 3.7 Sonnet on OpenRouter |
6 | 10 |
|
7 | | -- Disable writing in ask mode |
8 | | -- v3.3.20 |
| 11 | +## [3.7.4] |
| 12 | + |
| 13 | +- Fix a bug that prevented the "Thinking" setting from properly updating when switching profiles. |
| 14 | + |
| 15 | +## [3.7.3] |
| 16 | + |
| 17 | +- Support for ["Thinking"](https://docs.anthropic.com/en/docs/build-with-claude/extended-thinking) Sonnet 3.7 when using the Anthropic provider. |
| 18 | + |
| 19 | +## [3.7.2] |
| 20 | + |
| 21 | +- Fix computer use and prompt caching for OpenRouter's `anthropic/claude-3.7-sonnet:beta` (thanks @cte!) |
| 22 | +- Fix sliding window calculations for Sonnet 3.7 that were causing a context window overflow (thanks @cte!) |
| 23 | +- Encourage diff editing more strongly in the system prompt (thanks @hannesrudolph!) |
| 24 | + |
| 25 | +## [3.7.1] |
| 26 | + |
| 27 | +- Add AWS Bedrock support for Sonnet 3.7 and update some defaults to Sonnet 3.7 instead of 3.5 |
| 28 | + |
| 29 | +## [3.7.0] |
| 30 | + |
| 31 | +- 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! |
| 32 | + |
| 33 | +## [3.3.26] |
| 34 | + |
| 35 | +- Adjust the default prompt for Debug mode to focus more on diagnosis and to require user confirmation before moving on to implementation |
| 36 | + |
| 37 | +## [3.3.25] |
| 38 | + |
| 39 | +- 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)!) |
| 40 | +- Add an experimental "Power Steering" option to significantly improve adherence to role definitions and custom instructions |
| 41 | + |
| 42 | +## [3.3.24] |
| 43 | + |
| 44 | +- Fixed a bug with region selection preventing AWS Bedrock profiles from being saved (thanks @oprstchn!) |
| 45 | +- Updated the price of gpt-4o (thanks @marvijo-code!) |
| 46 | + |
| 47 | +## [3.3.23] |
| 48 | + |
| 49 | +- Handle errors more gracefully when reading custom instructions from files (thanks @joemanley201!) |
| 50 | +- Bug fix to hitting "Done" on settings page with unsaved changes (thanks @System233!) |
| 51 | + |
| 52 | +## [3.3.22] |
| 53 | + |
| 54 | +- Improve the Provider Settings configuration with clear Save buttons and warnings about unsaved changes (thanks @System233!) |
| 55 | +- Correctly parse `<think>` reasoning tags from Ollama models (thanks @System233!) |
| 56 | +- Add support for setting custom preferred languages on the Prompts tab, as well as adding Catalan to the list of languages (thanks @alarno!) |
| 57 | +- Add a button to delete MCP servers (thanks @hannesrudolph!) |
| 58 | +- Fix a bug where the button to copy the system prompt preview always copied the Code mode version |
| 59 | +- Fix a bug where the .roomodes file was not automatically created when adding custom modes from the Prompts tab |
| 60 | +- Allow setting a wildcard (`*`) to auto-approve all command execution (use with caution!) |
| 61 | + |
| 62 | +## [3.3.21] |
| 63 | + |
| 64 | +- Fix input box revert issue and configuration loss during profile switch (thanks @System233!) |
| 65 | +- Fix default preferred language for zh-cn and zh-tw (thanks @System233!) |
| 66 | +- Fix Mistral integration (thanks @d-oit!) |
| 67 | +- Feature to mention `@terminal` to pull terminal output into context (thanks Cline!) |
| 68 | +- Fix system prompt to make sure Roo knows about all available modes |
| 69 | +- Enable streaming mode for OpenAI o1 |
| 70 | + |
| 71 | +## [3.3.20] |
| 72 | + |
| 73 | +- Support project-specific custom modes in a .roomodes file |
| 74 | +- Add more Mistral models (thanks @d-oit and @bramburn!) |
| 75 | +- By popular request, make it so Ask mode can't write to Markdown files and is purely for chatting with |
| 76 | +- Add a setting to control the number of open editor tabs to tell the model about (665 is probably too many!) |
| 77 | +- Fix race condition bug with entering API key on the welcome screen |
9 | 78 |
|
10 | 79 | ## [3.3.19] |
11 | 80 |
|
|
0 commit comments