From 0083506fc581fad4ae73affd4f7d7563c4217f2f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 14 May 2025 21:34:59 +0000 Subject: [PATCH 1/2] changeset version bump --- .changeset/dark-swans-marry.md | 5 ----- .changeset/large-bags-send.md | 5 ----- .changeset/lovely-moles-end.md | 5 ----- .changeset/nasty-keys-smile.md | 5 ----- .changeset/twelve-ants-scream.md | 5 ----- .changeset/v3.16.7.md | 21 --------------------- .changeset/v3.17.0.md | 22 ---------------------- CHANGELOG.md | 15 +++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 10 files changed, 18 insertions(+), 71 deletions(-) delete mode 100644 .changeset/dark-swans-marry.md delete mode 100644 .changeset/large-bags-send.md delete mode 100644 .changeset/lovely-moles-end.md delete mode 100644 .changeset/nasty-keys-smile.md delete mode 100644 .changeset/twelve-ants-scream.md delete mode 100644 .changeset/v3.16.7.md delete mode 100644 .changeset/v3.17.0.md diff --git a/.changeset/dark-swans-marry.md b/.changeset/dark-swans-marry.md deleted file mode 100644 index a0538da9207..00000000000 --- a/.changeset/dark-swans-marry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -Add a 'when to use' section to mode definitions diff --git a/.changeset/large-bags-send.md b/.changeset/large-bags-send.md deleted file mode 100644 index 93e49b2388e..00000000000 --- a/.changeset/large-bags-send.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -Adds experimental feature to intelligently condense the task context diff --git a/.changeset/lovely-moles-end.md b/.changeset/lovely-moles-end.md deleted file mode 100644 index 491913f377c..00000000000 --- a/.changeset/lovely-moles-end.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -Switch to the new Roo message parser diff --git a/.changeset/nasty-keys-smile.md b/.changeset/nasty-keys-smile.md deleted file mode 100644 index 013e26c9510..00000000000 --- a/.changeset/nasty-keys-smile.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -Update announcement to use a @shadcn/ui dialog diff --git a/.changeset/twelve-ants-scream.md b/.changeset/twelve-ants-scream.md deleted file mode 100644 index ef887b85d28..00000000000 --- a/.changeset/twelve-ants-scream.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -Requesty: Fix token usage counts diff --git a/.changeset/v3.16.7.md b/.changeset/v3.16.7.md deleted file mode 100644 index 721dbd3fb11..00000000000 --- a/.changeset/v3.16.7.md +++ /dev/null @@ -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!) diff --git a/.changeset/v3.17.0.md b/.changeset/v3.17.0.md deleted file mode 100644 index ee5ed710907..00000000000 --- a/.changeset/v3.17.0.md +++ /dev/null @@ -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!) diff --git a/CHANGELOG.md b/CHANGELOG.md index 486ea1197c6..1d1a5991a52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Roo Code Changelog +## 3.17.0 + +### Minor Changes + +- - Enable Gemini implicit caching + +### Patch Changes + +- Add a 'when to use' section to mode definitions +- Adds experimental feature to intelligently condense the task context +- Switch to the new Roo message parser +- Update announcement to use a @shadcn/ui dialog +- Requesty: Fix token usage counts +- - Enable Gemini implicit caching + ## [3.16.6] - 2025-05-12 - Restore "Improve provider profile management in the external API" diff --git a/package-lock.json b/package-lock.json index 05695b6eea8..ef24bf36f28 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index ce0c1b75dbe..2cdc344c1a3 100644 --- a/package.json +++ b/package.json @@ -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", From 7ce34f5b75764f7f9308d642238449dc80a4c04a Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Wed, 14 May 2025 17:37:09 -0400 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 34 ++++++++++++++++++++-------------- 1 file changed, 20 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d1a5991a52..82d0d72cba1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,19 +1,25 @@ # Roo Code Changelog -## 3.17.0 - -### Minor Changes - -- - Enable Gemini implicit caching - -### Patch Changes - -- Add a 'when to use' section to mode definitions -- Adds experimental feature to intelligently condense the task context -- Switch to the new Roo message parser -- Update announcement to use a @shadcn/ui dialog -- Requesty: Fix token usage counts -- - Enable Gemini implicit caching +## [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