-
Notifications
You must be signed in to change notification settings - Fork 205
docs: Update release notes for versions 3.15.0 and 3.15.1, add new im… #166
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,49 @@ | ||
| # Roo Code 3.15.0 Release Notes (2025-04-30) | ||
|
|
||
| This release introduces prompt caching for Google Vertex, improved terminal command handling, UI/UX enhancements, and several other improvements and bug fixes. | ||
|
|
||
| ## Prompt Caching for Google Vertex | ||
|
|
||
| * Added prompt caching capabilities to the Google Vertex provider for potentially faster and more cost-effective responses (thanks ashktn). | ||
|
|
||
| ## Improved Terminal Command Handling | ||
|
|
||
| * Implemented a [fallback mechanism](/features/shell-integration#command-execution-fallback) for executing terminal commands if VSCode terminal shell integration fails. | ||
| * Added the ability to stop commands directly from the chat UI. | ||
|
|
||
| <img src="/img/v3.15.0/v3.15.0-2.png" width="600" /> | ||
|
|
||
| ## Settings Import/Export | ||
|
|
||
| * Roo Code settings can now be imported directly from the welcome screen (thanks julionav). | ||
|
|
||
| <img src="/img/v3.15.0/v3.15.0-1.png" width="600" /> | ||
|
|
||
| * Fixed importing & exporting of custom modes (thanks julionav). | ||
|
|
||
| ## QOL Improvements | ||
|
|
||
| * Improved the UI/UX of code snippets in the chat (thanks KJ7LNW). | ||
| * Adjusted chat view padding to accommodate small width layouts (thanks zhangtony239). | ||
| * Simplified and streamlined Roo Code's [quick actions](/features/code-actions). | ||
|
|
||
| <img src="/img/v3.15/v3.15-1.png" width="350" /> | ||
|
|
||
| * Improved the auto-approve toggle buttons for some high-contrast VSCode themes. | ||
| * Offloaded expensive count token operations to a web worker for better performance (thanks samhvw8). | ||
| * Improved support for multi-root workspaces (thanks snoyiatk). | ||
| * Improved the performance of mode switching (thanks dlab-anton). | ||
|
|
||
| ## Bug Fixes | ||
|
|
||
| * Fixed file mentions for filenames containing spaces. | ||
| * Fixed importing & exporting of custom modes (thanks julionav). | ||
|
|
||
| ## Provider Updates | ||
|
|
||
| * **Google Vertex:** Added prompt caching (thanks ashktn). | ||
| * **OpenAI Compatible:** Added a reasoning effort setting (thanks mr-ryan-james). | ||
|
|
||
| ## Misc Improvements | ||
|
|
||
| * Removed unused types (thanks wkordalski). | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -0,0 +1,13 @@ | ||||||
| # Roo Code 3.15.1 Release Notes (2025-04-30) | ||||||
|
|
||||||
| This patch release includes several bug fixes and quality-of-life improvements. | ||||||
|
|
||||||
| ## Bug Fixes | ||||||
|
|
||||||
| * Made retries respect the global auto-approve checkbox. | ||||||
| * Fixed a selection mode bug in the history view (thanks jr!). | ||||||
| * Fixed the new intigrated terminal to capture stderr in execa-spawned processes. | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Typo: "intigrated" should be "integrated".
Suggested change
|
||||||
|
|
||||||
| ## QOL Improvements | ||||||
|
|
||||||
| * Play notification sound (when enabled) only when action is needed from the user (thanks olearycrew!). | ||||||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo: The image source on line 30 uses
'/img/v3.15/v3.15-1.png'. Consider changing it to'/img/v3.15.0/v3.15.0-1.png'for consistency with the rest of the release notes.