From 19a556736d944c843f40ebf1917dab021dbf23ed Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 May 2025 21:42:34 +0000 Subject: [PATCH 1/2] changeset version bump --- .changeset/clean-taxis-feel.md | 6 ------ .changeset/curly-plants-pull.md | 11 ----------- .changeset/fair-houses-deny.md | 5 ----- .changeset/four-emus-invite.md | 5 ----- .changeset/fruity-spoons-smash.md | 5 ----- .changeset/gold-meals-tell.md | 5 ----- .changeset/seven-kids-return.md | 10 ---------- .changeset/slimy-paths-design.md | 5 ----- .changeset/tired-dogs-worry.md | 5 ----- .changeset/v3.18.0.md | 23 ----------------------- .changeset/whole-swans-cheer.md | 5 ----- .changeset/young-dancers-join.md | 5 ----- CHANGELOG.md | 20 ++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 15 files changed, 23 insertions(+), 93 deletions(-) delete mode 100644 .changeset/clean-taxis-feel.md delete mode 100644 .changeset/curly-plants-pull.md delete mode 100644 .changeset/fair-houses-deny.md delete mode 100644 .changeset/four-emus-invite.md delete mode 100644 .changeset/fruity-spoons-smash.md delete mode 100644 .changeset/gold-meals-tell.md delete mode 100644 .changeset/seven-kids-return.md delete mode 100644 .changeset/slimy-paths-design.md delete mode 100644 .changeset/tired-dogs-worry.md delete mode 100644 .changeset/v3.18.0.md delete mode 100644 .changeset/whole-swans-cheer.md delete mode 100644 .changeset/young-dancers-join.md diff --git a/.changeset/clean-taxis-feel.md b/.changeset/clean-taxis-feel.md deleted file mode 100644 index 4c8d60f3efb..00000000000 --- a/.changeset/clean-taxis-feel.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"roo-cline": patch ---- - -Add support for `gemini-2.5-flash-preview-05-20` on the Vertex provider -Add support for `gemini-2.5-flash-preview-05-20:thinking` on the Vertex provider diff --git a/.changeset/curly-plants-pull.md b/.changeset/curly-plants-pull.md deleted file mode 100644 index 0f425cb8591..00000000000 --- a/.changeset/curly-plants-pull.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -"roo-cline": patch ---- - -New models for the Chutes provider: - -- Qwen/Qwen3-235B-A22B -- Qwen/Qwen3-32B -- Qwen/Qwen3-30B-A3B -- Qwen/Qwen3-14B -- Qwen/Qwen3-8B diff --git a/.changeset/fair-houses-deny.md b/.changeset/fair-houses-deny.md deleted file mode 100644 index eaabea67494..00000000000 --- a/.changeset/fair-houses-deny.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -Shows in the UI when the context is intelligently condensed diff --git a/.changeset/four-emus-invite.md b/.changeset/four-emus-invite.md deleted file mode 100644 index 34c5ebf5afd..00000000000 --- a/.changeset/four-emus-invite.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -Add a UI indicator while the context is condensing diff --git a/.changeset/fruity-spoons-smash.md b/.changeset/fruity-spoons-smash.md deleted file mode 100644 index 10546c5bd1d..00000000000 --- a/.changeset/fruity-spoons-smash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": minor ---- - -Added an auto-approve API request limit setting similar to Cline diff --git a/.changeset/gold-meals-tell.md b/.changeset/gold-meals-tell.md deleted file mode 100644 index 3cc54103d5b..00000000000 --- a/.changeset/gold-meals-tell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -Use YAML as default custom modes format diff --git a/.changeset/seven-kids-return.md b/.changeset/seven-kids-return.md deleted file mode 100644 index d4da5cbc031..00000000000 --- a/.changeset/seven-kids-return.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -"roo-cline": minor ---- - -Adds refresh models button for Unbound provider -Adds a button above model picker to refresh models based on the current API Key. - -1. Clicking the refresh button saves the API Key and calls /models endpoint using that. -2. Gets the new models and updates the current model if it is invalid for the given API Key. -3. The refresh button also flushes existing Unbound models and refetches them. diff --git a/.changeset/slimy-paths-design.md b/.changeset/slimy-paths-design.md deleted file mode 100644 index 7a46f4b7d04..00000000000 --- a/.changeset/slimy-paths-design.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -Fixed bug that prevented some file links from working in the Agent output diff --git a/.changeset/tired-dogs-worry.md b/.changeset/tired-dogs-worry.md deleted file mode 100644 index 96bc50f8544..00000000000 --- a/.changeset/tired-dogs-worry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -Adds a button to intelligently condense the context window diff --git a/.changeset/v3.18.0.md b/.changeset/v3.18.0.md deleted file mode 100644 index 0c4cad9c443..00000000000 --- a/.changeset/v3.18.0.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -"roo-cline": minor ---- - -- Add support for Gemini 2.5 Flash preview models (thanks @shariqriazz and @daniel-lxs!) -- Add button to task header to intelligently condense content with visual feedback -- Add YAML support for mode definitions (thanks @R-omk!) -- Add allowedMaxRequests feature to cap consecutive auto-approved requests (inspired by Cline, thanks @hassoncs!) -- Add Qwen3 model series to the Chutes provider (thanks @zeozeozeo!) -- Fix more causes of grey screen issues (thanks @xyOz-dev!) -- Add LM Studio reasoning support (thanks @avtc!) -- Add refresh models button for Unbound provider (thanks @pugazhendhi-m!) -- Add template variables for version numbers in announcement strings (thanks @ChuKhaLi!) -- Make prompt input textareas resizable again -- Fix diffview scroll display (thanks @qdaxb!) -- Fix LM Studio and Ollama usage tracking (thanks @xyOz-dev!) -- Fix links to filename:0 (thanks @RSO!) -- Fix missing or inconsistent syntax highlighting across UI components (thanks @KJ7LNW!) -- Fix packaging to include correct tiktoken.wasm (thanks @vagadiya!) -- Fix import settings bugs and position error messages correctly (thanks @ChuKhaLi!) -- Move audio playing to the webview to ensure cross-platform support (thanks @SmartManoj and @samhvw8!) -- Simplify loop syntax in multiple components (thanks @noritaka1166!) -- Auto reload extension core changes in dev mode (thanks @hassoncs!) diff --git a/.changeset/whole-swans-cheer.md b/.changeset/whole-swans-cheer.md deleted file mode 100644 index 2ee31ab9bcb..00000000000 --- a/.changeset/whole-swans-cheer.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -Adds a slider to configure threshold to trigger intelligent context condensing diff --git a/.changeset/young-dancers-join.md b/.changeset/young-dancers-join.md deleted file mode 100644 index d6aab3351e6..00000000000 --- a/.changeset/young-dancers-join.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -Fix settings import when global settings are omitted diff --git a/CHANGELOG.md b/CHANGELOG.md index eb2ab10d64e..b1709dcc143 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Roo Code Changelog +## 3.18.0 + +### Minor Changes + +- Added an auto-approve API request limit setting similar to Cline +- Adds refresh models button for Unbound provider +- - Add support for Gemini 2.5 Flash preview models (thanks @shariqriazz and @daniel-lxs!) + +### Patch Changes + +- Add support for `gemini-2.5-flash-preview-05-20` on the Vertex provider +- New models for the Chutes provider: +- Shows in the UI when the context is intelligently condensed +- Add a UI indicator while the context is condensing +- Use YAML as default custom modes format +- Fixed bug that prevented some file links from working in the Agent output +- Adds a button to intelligently condense the context window +- Adds a slider to configure threshold to trigger intelligent context condensing +- Fix settings import when global settings are omitted + ## [3.17.2] - 2025-05-15 - Revert "Switch to the new Roo message parser" (appears to cause a tool parsing bug) diff --git a/package-lock.json b/package-lock.json index ad12a5e4f31..c57cf43a8b1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "roo-cline", - "version": "3.17.2", + "version": "3.18.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "roo-cline", - "version": "3.17.2", + "version": "3.18.0", "dependencies": { "@anthropic-ai/bedrock-sdk": "^0.10.2", "@anthropic-ai/sdk": "^0.37.0", diff --git a/package.json b/package.json index 5615004bb29..627f921b1fc 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "%extension.displayName%", "description": "%extension.description%", "publisher": "RooVeterinaryInc", - "version": "3.17.2", + "version": "3.18.0", "icon": "assets/icons/icon.png", "galleryBanner": { "color": "#617A91", From ae4372fb07c17433f9457c389e41ed8fad415609 Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Wed, 21 May 2025 17:45:24 -0400 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 40 +++++++++++++++++++++------------------- 1 file changed, 21 insertions(+), 19 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b1709dcc143..0991a337774 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,24 +1,26 @@ # Roo Code Changelog -## 3.18.0 - -### Minor Changes - -- Added an auto-approve API request limit setting similar to Cline -- Adds refresh models button for Unbound provider -- - Add support for Gemini 2.5 Flash preview models (thanks @shariqriazz and @daniel-lxs!) - -### Patch Changes - -- Add support for `gemini-2.5-flash-preview-05-20` on the Vertex provider -- New models for the Chutes provider: -- Shows in the UI when the context is intelligently condensed -- Add a UI indicator while the context is condensing -- Use YAML as default custom modes format -- Fixed bug that prevented some file links from working in the Agent output -- Adds a button to intelligently condense the context window -- Adds a slider to configure threshold to trigger intelligent context condensing -- Fix settings import when global settings are omitted +## [3.18.0] - 2025-05-21 + +- Add support for Gemini 2.5 Flash preview models (thanks @shariqriazz and @daniel-lxs!) +- Add button to task header to intelligently condense content with visual feedback +- Add YAML support for mode definitions (thanks @R-omk!) +- Add allowedMaxRequests feature to cap consecutive auto-approved requests (inspired by Cline, thanks @hassoncs!) +- Add Qwen3 model series to the Chutes provider (thanks @zeozeozeo!) +- Fix more causes of grey screen issues (thanks @xyOz-dev!) +- Add LM Studio reasoning support (thanks @avtc!) +- Add refresh models button for Unbound provider (thanks @pugazhendhi-m!) +- Add template variables for version numbers in announcement strings (thanks @ChuKhaLi!) +- Make prompt input textareas resizable again +- Fix diffview scroll display (thanks @qdaxb!) +- Fix LM Studio and Ollama usage tracking (thanks @xyOz-dev!) +- Fix links to filename:0 (thanks @RSO!) +- Fix missing or inconsistent syntax highlighting across UI components (thanks @KJ7LNW!) +- Fix packaging to include correct tiktoken.wasm (thanks @vagadiya!) +- Fix import settings bugs and position error messages correctly (thanks @ChuKhaLi!) +- Move audio playing to the webview to ensure cross-platform support (thanks @SmartManoj and @samhvw8!) +- Simplify loop syntax in multiple components (thanks @noritaka1166!) +- Auto reload extension core changes in dev mode (thanks @hassoncs!) ## [3.17.2] - 2025-05-15