Skip to content

Commit 1177e8b

Browse files
github-actions[bot]mrubens
authored andcommitted
Changeset version bump (#4593)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Matt Rubens <[email protected]>
1 parent 51afec2 commit 1177e8b

File tree

4 files changed

+25
-42
lines changed

4 files changed

+25
-42
lines changed

.changeset/cruel-roses-stick.md

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

.changeset/v3.20.0.md

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

CHANGELOG.md

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

3+
## [3.20.0] - 2025-06-12
4+
5+
- Add experimental Marketplace for extensions and modes (thanks @Smartsheet-JB-Brown, @elianiva, @monkeyDluffy6017, @NamesMT, @daniel-lxs, and more!)
6+
- Add experimental multi-file edits (thanks @samhvw8!)
7+
- Move concurrent reads setting to context settings with default of 5
8+
- Improve MCP execution UX (thanks @samhvw8!)
9+
- Add magic variables support for MCPs with `workspaceFolder` injection (thanks @NamesMT!)
10+
- Add prompt history navigation via arrow up/down in prompt field
11+
- Add support for escaping context mentions (thanks @KJ7LNW!)
12+
- Add DeepSeek R1 support to Chutes provider
13+
- Add reasoning budget support to Bedrock models for extended thinking
14+
- Add mermaid diagram support buttons (thanks @qdaxb!)
15+
- Update XAI models and pricing (thanks @edwin-truthsearch-io!)
16+
- Update O3 model pricing
17+
- Add manual OpenAI-compatible format specification and parsing (thanks @dflatline!)
18+
- Add core tools integration tests for comprehensive coverage
19+
- Add JSDoc documentation for ClineAsk and ClineSay types (thanks @hannesrudolph!)
20+
- Populate whenToUse descriptions for built-in modes
21+
- Fix file write tool with early relPath & newContent validation checks (thanks @Ruakij!)
22+
- Fix TaskItem display and copy issues with HTML tags in task messages (thanks @forestyoo!)
23+
- Fix OpenRouter cost calculation with BYOK (thanks @chrarnoldus!)
24+
- Fix terminal busy state reset after manual commands complete
25+
- Fix undefined output on multi-file apply_diff operations (thanks @daniel-lxs!)
26+
327
## [3.19.7] - 2025-06-11
428

529
- Fix McpHub sidebar focus behavior to prevent unwanted focus grabbing

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "%extension.displayName%",
44
"description": "%extension.description%",
55
"publisher": "RooVeterinaryInc",
6-
"version": "3.19.7",
6+
"version": "3.20.0",
77
"icon": "assets/icons/icon.png",
88
"galleryBanner": {
99
"color": "#617A91",

0 commit comments

Comments
 (0)