Skip to content

Commit d34b5e0

Browse files
authored
Merge pull request #1527 from RooVetGit/changeset-release/main
Changeset version bump
2 parents d76479a + 5ad287c commit d34b5e0

File tree

9 files changed

+31
-33
lines changed

9 files changed

+31
-33
lines changed

.changeset/automatic-tags-publish.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/lemon-bulldogs-unite.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/seven-apricots-watch.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/strange-guests-divide.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/thin-fans-deliver.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/tidy-queens-pay.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
# Roo Code Changelog
22

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+
331
## [3.8.4] - 2025-03-09
432

533
- Roll back multi-diff progress indicator temporarily to fix a double-confirmation in saving edits

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Roo Code (prev. Roo Cline)",
44
"description": "A whole dev team of AI agents in your editor.",
55
"publisher": "RooVeterinaryInc",
6-
"version": "3.8.4",
6+
"version": "3.8.5",
77
"icon": "assets/icons/rocket.png",
88
"galleryBanner": {
99
"color": "#617A91",

0 commit comments

Comments
 (0)