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..4c48797a27b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,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",