From 3936b08160004cfe8eeec8c80db0d036bee97bd4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 24 Apr 2025 16:25:58 +0000 Subject: [PATCH 1/2] changeset version bump --- .changeset/shaggy-turtles-report.md | 5 ----- .changeset/shy-baboons-love.md | 5 ----- CHANGELOG.md | 9 ++++++++- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 11 insertions(+), 14 deletions(-) delete mode 100644 .changeset/shaggy-turtles-report.md delete mode 100644 .changeset/shy-baboons-love.md diff --git a/.changeset/shaggy-turtles-report.md b/.changeset/shaggy-turtles-report.md deleted file mode 100644 index 945b5e76400..00000000000 --- a/.changeset/shaggy-turtles-report.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -Disable Gemini prompt caching diff --git a/.changeset/shy-baboons-love.md b/.changeset/shy-baboons-love.md deleted file mode 100644 index 9298e62e9c0..00000000000 --- a/.changeset/shy-baboons-love.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -v3.14.1 diff --git a/CHANGELOG.md b/CHANGELOG.md index d056964135d..f69bc9c5d1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Roo Code Changelog +## 3.14.1 + +### Patch Changes + +- Disable Gemini prompt caching +- v3.14.1 + ## [3.14.1] - 2025-04-24 - Disable Gemini caching while we investigate issues reported by the community. @@ -12,7 +19,7 @@ - Make the list_files tool more efficient and smarter about excluding directories like .git/ - Fix file drag and drop on Windows and when using SSH tunnels (thanks @NyxJae!) - Correctly revert changes and suggest alternative tools when write_to_file fails on a missing line count -- Allow interpolation of `workspace`, `mode`, `language`, `shell`, and `operatingSystem` into custom system prompt overrides (thanks @daniel-lxs!) +- Allow interpolation of `workspace`, `mode`, `language`, `shell`, and `operatingSystem` into custom system prompt overrides (thanks @daniel-lxs!) - Fix interpolation bug in the “add to context” code action (thanks @elianiva!) - Preserve editor state and prevent tab unpinning during diffs (thanks @seedlord!) - Improvements to icon rendering on Linux (thanks @elianiva!) diff --git a/package-lock.json b/package-lock.json index e40bdbf8baf..da84547558e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "roo-cline", - "version": "3.14.0", + "version": "3.14.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "roo-cline", - "version": "3.14.0", + "version": "3.14.1", "dependencies": { "@anthropic-ai/bedrock-sdk": "^0.10.2", "@anthropic-ai/sdk": "^0.37.0", diff --git a/package.json b/package.json index 63e5b5c424a..27a0a10b02d 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "%extension.displayName%", "description": "%extension.description%", "publisher": "RooVeterinaryInc", - "version": "3.14.0", + "version": "3.14.1", "icon": "assets/icons/icon.png", "galleryBanner": { "color": "#617A91", From 28c2945ab85981883aa15eba5fad636074f41de9 Mon Sep 17 00:00:00 2001 From: Chris Estreich Date: Thu, 24 Apr 2025 09:27:21 -0700 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f69bc9c5d1c..4c48797a27b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,5 @@ # Roo Code Changelog -## 3.14.1 - -### Patch Changes - -- Disable Gemini prompt caching -- v3.14.1 - ## [3.14.1] - 2025-04-24 - Disable Gemini caching while we investigate issues reported by the community.