|
1 | 1 | # Roo Code Changelog |
2 | 2 |
|
| 3 | +## [3.8.5] - 2025-03-12 |
| 4 | + |
| 5 | +- Refactor terminal architecture to address critical issues with the current design (thanks @KJ7LNW!) |
| 6 | +- MCP over SSE (thanks @aheizi!) |
| 7 | +- Support for remote browser connections (thanks @afshawnlotfi!) |
| 8 | +- Preserve parent-child relationship when cancelling subtasks (thanks @cannuri!) |
| 9 | +- Custom baseUrl for Google AI Studio Gemini (thanks @dqroid!) |
| 10 | +- PowerShell-specific command handling (thanks @KJ7LNW!) |
| 11 | +- OpenAI-compatible DeepSeek/QwQ reasoning support (thanks @lightrabbit!) |
| 12 | +- Anthropic-style prompt caching in the OpenAI-compatible provider (thanks @dleen!) |
| 13 | +- Add Deepseek R1 for AWS Bedrock (thanks @ATempsch!) |
| 14 | +- Fix MarkdownBlock text color for Dark High Contrast theme (thanks @cannuri!) |
| 15 | +- Add gemini-2.0-pro-exp-02-05 model to vertex (thanks @shohei-ihaya!) |
| 16 | +- Bring back progress status for multi-diff edits (thanks @qdaxb!) |
| 17 | +- Refactor alert dialog styles to use the correct vscode theme (thanks @cannuri!) |
| 18 | +- Custom ARNs in AWS Bedrock (thanks @Smartsheet-JB-Brown!) |
| 19 | +- Update MCP servers directory path for platform compatibility (thanks @hannesrudolph!) |
| 20 | +- Fix browser system prompt inclusion rules (thanks @cannuri!) |
| 21 | +- Publish git tags to github from CI (thanks @pdecat!) |
| 22 | +- Fixes to OpenAI-style cost calculations (thanks @dtrugman!) |
| 23 | +- Fix to allow using an excluded directory as your working directory (thanks @Szpadel!) |
| 24 | +- Kotlin language support in list_code_definition_names tool (thanks @kohii!) |
| 25 | +- Better handling of diff application errors (thanks @qdaxb!) |
| 26 | +- Update Bedrock prices to the latest (thanks @Smartsheet-JB-Brown!) |
| 27 | +- Fixes to OpenRouter custom baseUrl support |
| 28 | +- Fix usage tracking for SiliconFlow and other providers that include usage on every chunk |
| 29 | +- Telemetry for checkpoint save/restore/diff and diff strategies |
| 30 | + |
3 | 31 | ## [3.8.4] - 2025-03-09 |
4 | 32 |
|
5 | 33 | - Roll back multi-diff progress indicator temporarily to fix a double-confirmation in saving edits |
|
0 commit comments