diff --git a/.changeset/curly-frogs-pull.md b/.changeset/curly-frogs-pull.md deleted file mode 100644 index 86dc3819cee..00000000000 --- a/.changeset/curly-frogs-pull.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -Use gemini provider when using Gemini on vertex ai diff --git a/.changeset/cyan-countries-sniff.md b/.changeset/cyan-countries-sniff.md deleted file mode 100644 index 7c44bd06819..00000000000 --- a/.changeset/cyan-countries-sniff.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -Add a kill command button to the execute command component diff --git a/.changeset/five-pumpkins-carry.md b/.changeset/five-pumpkins-carry.md deleted file mode 100644 index 16354750730..00000000000 --- a/.changeset/five-pumpkins-carry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -Overhaul CodeBlock rendering diff --git a/.changeset/many-boats-hunt.md b/.changeset/many-boats-hunt.md deleted file mode 100644 index 52addca77dc..00000000000 --- a/.changeset/many-boats-hunt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -Use a fallback terminal if VSCode shell integration fails diff --git a/.changeset/odd-ligers-press.md b/.changeset/odd-ligers-press.md deleted file mode 100644 index c9942c972d7..00000000000 --- a/.changeset/odd-ligers-press.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": minor ---- - -Add Reasoning Effort setting for OpenAI Compatible provider diff --git a/.changeset/v3.15.0.md b/.changeset/v3.15.0.md deleted file mode 100644 index 9adcab0bb8f..00000000000 --- a/.changeset/v3.15.0.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -"roo-cline": minor ---- - -# Changelog: v3.14.3 → v3.15.0 - -## 🚀 Features - -- **Prompt caching for Vertex**: Added prompt caching support for Vertex AI, improving response times and reducing API costs (thanks @arafatkatze!) -- **Terminal fallback when VSCode terminal shell integration fails**: Implemented a fallback mechanism when VSCode terminal shell integration is unavailable, ensuring more reliable terminal operations -- **Improved code snippets in chat**: Enhanced code snippet rendering and interaction in the chat interface for better readability and usability - -## 🔧 Fixes - -- Fixed unit test set-up and CI workflow (thanks @BarreiroT!) -- Lowered the Gemini Caching TTL time to 15 minutes for better performance (thanks @arafatkatze!) -- Fixed output calculation by setting the default output cost (thanks @BarreiroT!) - -## ⚙️ Internal Changes - -- Added OpenRouter balance display next to provider (thanks @arafatkatze!) -- Added support for custom timeout configuration (thanks @WingsDrafterwork!) -- Improved Markdown copy functionality (thanks @weshoke!) -- Added Java options to protobufs (thanks @sjf!) -- Added PROTOBUS: addRemoteServer message (thanks @DaveFres!) -- Expanded task header by default for better visibility (thanks @pashpashpash!) -- Removed showMcpView message (thanks @celestial-vault!) diff --git a/CHANGELOG.md b/CHANGELOG.md index a489c618ffc..9cfcd35ac39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Roo Code Changelog +## 3.15.0 - 2025-04-30 + +- Add prompt caching to the Google Vertex provider (thanks @ashktn) +- Add a fallback mechanism for executing terminal commands if VSCode terminal shell integration fails +- Improve the UI/UX of code snippets in the chat (thanks @KJ7LNW) +- Add a reasoning effort setting for the OpenAI Compatible provider (thanks @mr-ryan-james) +- Allow terminal commands to be stopped directly from the chat UI +- Adjust chat view padding to accommodate small width layouts (thanks @zhangtony239) +- Fix file mentions for filenames containing spaces +- Improve the auto-approve toggle buttons for some high-contrast VSCode themes +- Offload expensive count token operations to a web worker (thanks @samhvw8) +- Improve support for mult-root workspaces (thanks @snoyiatk) +- Simplify and streamline Roo Code's quick actions +- Allow Roo Code settings to be imported from the welcome screen (thanks @julionav) +- Remove unused types (thanks @wkordalski) +- Improve the performance of mode switching (thanks @dlab-anton) +- Fix importing & exporting of custom modes (thanks @julionav) + ## [3.14.3] - 2025-04-25 - Add Boomerang Orchestrator as a built-in mode diff --git a/package-lock.json b/package-lock.json index 3dc76c8e515..c1aaeb1daf9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "roo-cline", - "version": "3.14.3", + "version": "3.15.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "roo-cline", - "version": "3.14.3", + "version": "3.15.0", "dependencies": { "@anthropic-ai/bedrock-sdk": "^0.10.2", "@anthropic-ai/sdk": "^0.37.0", diff --git a/package.json b/package.json index 3d858ed9bc2..61a68949db7 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "%extension.displayName%", "description": "%extension.description%", "publisher": "RooVeterinaryInc", - "version": "3.14.3", + "version": "3.15.0", "icon": "assets/icons/icon.png", "galleryBanner": { "color": "#617A91",