Skip to content

Commit f46e14d

Browse files
R00-B0Tgithub-actions[bot]mrubens
authored
Changeset version bump (RooCodeInc#3556)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Matt Rubens <[email protected]>
1 parent 669b239 commit f46e14d

File tree

10 files changed

+24
-71
lines changed

10 files changed

+24
-71
lines changed

.changeset/dark-swans-marry.md

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

.changeset/large-bags-send.md

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

.changeset/lovely-moles-end.md

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

.changeset/nasty-keys-smile.md

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

.changeset/twelve-ants-scream.md

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

.changeset/v3.16.7.md

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

.changeset/v3.17.0.md

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

CHANGELOG.md

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

3+
## [3.17.0] - 2025-05-14
4+
5+
- Enable Gemini implicit caching
6+
- Add "when to use" section to mode definitions to enable better orchestration
7+
- Add experimental feature to intelligently condense the task context instead of truncating it
8+
- Fix one of the causes of the gray screen issue (thanks @xyOz-dev!)
9+
- Focus improvements for better UI interactions (thanks Cline!)
10+
- Switch to the new Roo message parser for improved performance (thanks Cline!)
11+
- Enable source maps for improved debugging (thanks @KJ7LNW!)
12+
- Update OpenRouter provider to use provider-specific model info (thanks @daniel-lxs!)
13+
- Fix Requesty cost/token reporting (thanks @dtrugman!)
14+
- Improve command execution UI
15+
- Add more in-app links to relevant documentation
16+
- Update the new task tool description and the ask mode custom instructions in the system prompt
17+
- Add IPC types to roo-code.d.ts
18+
- Add build VSIX workflow to pull requests (thanks @SmartManoj!)
19+
- Improve apply_diff tool to intelligently deduce line numbers (thanks @samhvw8!)
20+
- Fix command validation for shell array indexing (thanks @KJ7LNW!)
21+
- Handle diagnostics that point at a directory URI (thanks @daniel-lxs!)
22+
- Fix "Current ask promise was ignored" error (thanks @zxdvd!)
23+
324
## [3.16.6] - 2025-05-12
425

526
- Restore "Improve provider profile management in the external API"

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.16.6",
6+
"version": "3.17.0",
77
"icon": "assets/icons/icon.png",
88
"galleryBanner": {
99
"color": "#617A91",

0 commit comments

Comments
 (0)