Skip to content

Commit d990f0e

Browse files
R00-B0Tgithub-actions[bot]cte
authored
Changeset version bump (#3020)
* changeset version bump * Update CHANGELOG.md --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Chris Estreich <[email protected]>
1 parent 2fd7d13 commit d990f0e

File tree

9 files changed

+21
-55
lines changed

9 files changed

+21
-55
lines changed

.changeset/curly-frogs-pull.md

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

.changeset/cyan-countries-sniff.md

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

.changeset/five-pumpkins-carry.md

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

.changeset/many-boats-hunt.md

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

.changeset/odd-ligers-press.md

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

.changeset/v3.15.0.md

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

CHANGELOG.md

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

3+
## 3.15.0 - 2025-04-30
4+
5+
- Add prompt caching to the Google Vertex provider (thanks @ashktn)
6+
- Add a fallback mechanism for executing terminal commands if VSCode terminal shell integration fails
7+
- Improve the UI/UX of code snippets in the chat (thanks @KJ7LNW)
8+
- Add a reasoning effort setting for the OpenAI Compatible provider (thanks @mr-ryan-james)
9+
- Allow terminal commands to be stopped directly from the chat UI
10+
- Adjust chat view padding to accommodate small width layouts (thanks @zhangtony239)
11+
- Fix file mentions for filenames containing spaces
12+
- Improve the auto-approve toggle buttons for some high-contrast VSCode themes
13+
- Offload expensive count token operations to a web worker (thanks @samhvw8)
14+
- Improve support for mult-root workspaces (thanks @snoyiatk)
15+
- Simplify and streamline Roo Code's quick actions
16+
- Allow Roo Code settings to be imported from the welcome screen (thanks @julionav)
17+
- Remove unused types (thanks @wkordalski)
18+
- Improve the performance of mode switching (thanks @dlab-anton)
19+
- Fix importing & exporting of custom modes (thanks @julionav)
20+
321
## [3.14.3] - 2025-04-25
422

523
- Add Boomerang Orchestrator as a built-in mode

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": "%extension.displayName%",
44
"description": "%extension.description%",
55
"publisher": "RooVeterinaryInc",
6-
"version": "3.14.3",
6+
"version": "3.15.0",
77
"icon": "assets/icons/icon.png",
88
"galleryBanner": {
99
"color": "#617A91",

0 commit comments

Comments
 (0)