From bcc4526f9eba9693ba9f7ce7373ce4372d7eeb3a Mon Sep 17 00:00:00 2001 From: R00-B0T <110429663+R00-B0T@users.noreply.github.com> Date: Thu, 15 May 2025 12:37:31 -0700 Subject: [PATCH] Changeset version bump (#3637) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: R00-B0T Co-authored-by: Chris Estreich --- .changeset/seven-ghosts-tan.md | 5 ----- CHANGELOG.md | 5 +++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) delete mode 100644 .changeset/seven-ghosts-tan.md diff --git a/.changeset/seven-ghosts-tan.md b/.changeset/seven-ghosts-tan.md deleted file mode 100644 index d83f3f9f3d..0000000000 --- a/.changeset/seven-ghosts-tan.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -Fix command display in the approval required case diff --git a/CHANGELOG.md b/CHANGELOG.md index 82d0d72cba..ad0d9ae79f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Roo Code Changelog +## [3.17.1] - 2025-05-15 + +- Fix the display of the command to execute during approval +- Fix incorrect reserved tokens calculation on OpenRouter (thanks @daniel-lxs!) + ## [3.17.0] - 2025-05-14 - Enable Gemini implicit caching diff --git a/package-lock.json b/package-lock.json index ef24bf36f2..ee74d97fed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "roo-cline", - "version": "3.17.0", + "version": "3.17.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "roo-cline", - "version": "3.17.0", + "version": "3.17.1", "dependencies": { "@anthropic-ai/bedrock-sdk": "^0.10.2", "@anthropic-ai/sdk": "^0.37.0", diff --git a/package.json b/package.json index 2cdc344c1a..6a8e1072ba 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "%extension.displayName%", "description": "%extension.description%", "publisher": "RooVeterinaryInc", - "version": "3.17.0", + "version": "3.17.1", "icon": "assets/icons/icon.png", "galleryBanner": { "color": "#617A91",