mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-07 08:26:51 +00:00
Changeset version bump (#3556)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Matt Rubens <mrubens@users.noreply.github.com>
This commit is contained in:
parent
669b239c22
commit
f46e14dc04
10 changed files with 24 additions and 71 deletions
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"roo-cline": patch
|
||||
---
|
||||
|
||||
Add a 'when to use' section to mode definitions
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"roo-cline": patch
|
||||
---
|
||||
|
||||
Adds experimental feature to intelligently condense the task context
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"roo-cline": patch
|
||||
---
|
||||
|
||||
Switch to the new Roo message parser
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"roo-cline": patch
|
||||
---
|
||||
|
||||
Update announcement to use a @shadcn/ui dialog
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
"roo-cline": patch
|
||||
---
|
||||
|
||||
Requesty: Fix token usage counts
|
||||
|
|
@ -1,21 +0,0 @@
|
|||
---
|
||||
"roo-cline": patch
|
||||
---
|
||||
|
||||
- Enable Gemini implicit caching
|
||||
- Add "when to use" section to mode definitions to enable better orchestration
|
||||
- Fix one of the causes of the gray screen issue (thanks @xyOz-dev!)
|
||||
- Focus improvements for better UI interactions (thanks Cline!)
|
||||
- Switch to the new Roo message parser for improved performance (thanks Cline!)
|
||||
- Enable source maps for improved debugging (thanks @KJ7LNW!)
|
||||
- Update OpenRouter provider to use provider-specific model info (thanks @daniel-lxs!)
|
||||
- Fix Requesty cost/token reporting (thanks @dtrugman!)
|
||||
- Improve command execution UI
|
||||
- Add more in-app links to relevant documentation
|
||||
- Update the new task tool description and the ask mode custom instructions in the system prompt
|
||||
- Add IPC types to roo-code.d.ts
|
||||
- Add build VSIX workflow to pull requests (thanks @SmartManoj!)
|
||||
- Improve apply_diff tool to intelligently deduce line numbers (thanks @samhvw8!)
|
||||
- Fix command validation for shell array indexing (thanks @KJ7LNW!)
|
||||
- Handle diagnostics that point at a directory URI (thanks @daniel-lxs!)
|
||||
- Fix "Current ask promise was ignored" error (thanks @zxdvd!)
|
||||
|
|
@ -1,22 +0,0 @@
|
|||
---
|
||||
"roo-cline": minor
|
||||
---
|
||||
|
||||
- Enable Gemini implicit caching
|
||||
- Add "when to use" section to mode definitions to enable better orchestration
|
||||
- Add experimental feature to intelligently condense the task context instead of truncating it
|
||||
- Fix one of the causes of the gray screen issue (thanks @xyOz-dev!)
|
||||
- Focus improvements for better UI interactions (thanks Cline!)
|
||||
- Switch to the new Roo message parser for improved performance (thanks Cline!)
|
||||
- Enable source maps for improved debugging (thanks @KJ7LNW!)
|
||||
- Update OpenRouter provider to use provider-specific model info (thanks @daniel-lxs!)
|
||||
- Fix Requesty cost/token reporting (thanks @dtrugman!)
|
||||
- Improve command execution UI
|
||||
- Add more in-app links to relevant documentation
|
||||
- Update the new task tool description and the ask mode custom instructions in the system prompt
|
||||
- Add IPC types to roo-code.d.ts
|
||||
- Add build VSIX workflow to pull requests (thanks @SmartManoj!)
|
||||
- Improve apply_diff tool to intelligently deduce line numbers (thanks @samhvw8!)
|
||||
- Fix command validation for shell array indexing (thanks @KJ7LNW!)
|
||||
- Handle diagnostics that point at a directory URI (thanks @daniel-lxs!)
|
||||
- Fix "Current ask promise was ignored" error (thanks @zxdvd!)
|
||||
21
CHANGELOG.md
21
CHANGELOG.md
|
|
@ -1,5 +1,26 @@
|
|||
# Roo Code Changelog
|
||||
|
||||
## [3.17.0] - 2025-05-14
|
||||
|
||||
- Enable Gemini implicit caching
|
||||
- Add "when to use" section to mode definitions to enable better orchestration
|
||||
- Add experimental feature to intelligently condense the task context instead of truncating it
|
||||
- Fix one of the causes of the gray screen issue (thanks @xyOz-dev!)
|
||||
- Focus improvements for better UI interactions (thanks Cline!)
|
||||
- Switch to the new Roo message parser for improved performance (thanks Cline!)
|
||||
- Enable source maps for improved debugging (thanks @KJ7LNW!)
|
||||
- Update OpenRouter provider to use provider-specific model info (thanks @daniel-lxs!)
|
||||
- Fix Requesty cost/token reporting (thanks @dtrugman!)
|
||||
- Improve command execution UI
|
||||
- Add more in-app links to relevant documentation
|
||||
- Update the new task tool description and the ask mode custom instructions in the system prompt
|
||||
- Add IPC types to roo-code.d.ts
|
||||
- Add build VSIX workflow to pull requests (thanks @SmartManoj!)
|
||||
- Improve apply_diff tool to intelligently deduce line numbers (thanks @samhvw8!)
|
||||
- Fix command validation for shell array indexing (thanks @KJ7LNW!)
|
||||
- Handle diagnostics that point at a directory URI (thanks @daniel-lxs!)
|
||||
- Fix "Current ask promise was ignored" error (thanks @zxdvd!)
|
||||
|
||||
## [3.16.6] - 2025-05-12
|
||||
|
||||
- Restore "Improve provider profile management in the external API"
|
||||
|
|
|
|||
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "roo-cline",
|
||||
"version": "3.16.6",
|
||||
"version": "3.17.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "roo-cline",
|
||||
"version": "3.16.6",
|
||||
"version": "3.17.0",
|
||||
"dependencies": {
|
||||
"@anthropic-ai/bedrock-sdk": "^0.10.2",
|
||||
"@anthropic-ai/sdk": "^0.37.0",
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
"displayName": "%extension.displayName%",
|
||||
"description": "%extension.description%",
|
||||
"publisher": "RooVeterinaryInc",
|
||||
"version": "3.16.6",
|
||||
"version": "3.17.0",
|
||||
"icon": "assets/icons/icon.png",
|
||||
"galleryBanner": {
|
||||
"color": "#617A91",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue