From ea180120b48d829bc17607b6e31432d4a01dafa9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 4 Nov 2025 00:10:02 +0000 Subject: [PATCH 1/3] changeset version bump --- .changeset/swift-baboons-slide.md | 5 ----- .changeset/v3.30.0.md | 27 --------------------------- CHANGELOG.md | 10 ++++++++++ src/package.json | 2 +- 4 files changed, 11 insertions(+), 33 deletions(-) delete mode 100644 .changeset/swift-baboons-slide.md delete mode 100644 .changeset/v3.30.0.md diff --git a/.changeset/swift-baboons-slide.md b/.changeset/swift-baboons-slide.md deleted file mode 100644 index a1933214be6..00000000000 --- a/.changeset/swift-baboons-slide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"roo-cline": patch ---- - -v3.29.6 diff --git a/.changeset/v3.30.0.md b/.changeset/v3.30.0.md deleted file mode 100644 index be286d5e2e8..00000000000 --- a/.changeset/v3.30.0.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -"roo-cline": minor ---- - -![3.30.0 Release - PR Fixer](/releases/3.30.0-release.png) - -## Extension Improvements - -- Add OpenRouter embedding provider support (#8972 by @dmarkey, PR by @dmarkey) -- Convert Chutes to dynamic/router provider (thanks @app/roomote!) -- Fix: prevent message loss during queue drain race condition (#8536 by @hannesrudolph, PR by @daniel-lxs) -- Add GLM-4.6 model to Fireworks provider (#8752 by @mmealman, PR by @app/roomote) -- Add MiniMax M2 model to Fireworks.ai provider (#8961 by @dmarkey, PR by @app/roomote) -- Add preserveReasoning flag to include reasoning in API history (thanks @daniel-lxs!) -- Capture the reasoning content in base-openai-compatible for GLM 4.6 (thanks @mrubens!) -- Handle tags in the base OpenAI-compatible provider (thanks @mrubens!) -- Don't output newline-only reasoning (thanks @mrubens!) -- Fix: create new Requesty profile during OAuth (thanks @Thibault00!) -- Fix: prevent UI flicker and enable resumption after task cancellation (thanks @daniel-lxs!) -- Fix: update terminal settings documentation link (thanks @hannesrudolph!) -- Terminal settings: Cleanup terminal settings tab and change default terminal to inline (thanks @hannesrudolph!) -- Optimize router model fetching with single-provider filtering (thanks @daniel-lxs!) -- Update readme to link the new Custom Modes video (thanks @SannidhyaSah!) - -## New Cloud Agent: PR Fixer - -We're excited to introduce the **PR Fixer** cloud agent to complement our existing PR Reviewer! The PR Fixer can analyze pull request feedback, check for failing tests, and help resolve merge conflicts before applying necessary code changes. Visit the new [PR Fixer page](https://roocode.com/pr-fixer?utm_source=roocode&utm_medium=changelog&utm_campaign=announcement) to learn more. diff --git a/CHANGELOG.md b/CHANGELOG.md index e61cb763df5..dea17c028a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Roo Code Changelog +## 3.30.0 + +### Minor Changes + +- ![3.30.0 Release - PR Fixer](/releases/3.30.0-release.png) + +### Patch Changes + +- v3.29.6 + ## [3.29.5] - 2025-11-01 - Fix: Resolve Qdrant codebase_search error by adding keyword index for type field (#8963 by @rossdonald, PR by @app/roomote) diff --git a/src/package.json b/src/package.json index bed93873aaf..3766cee2ca4 100644 --- a/src/package.json +++ b/src/package.json @@ -3,7 +3,7 @@ "displayName": "%extension.displayName%", "description": "%extension.description%", "publisher": "RooVeterinaryInc", - "version": "3.29.5", + "version": "3.30.0", "icon": "assets/icons/icon.png", "galleryBanner": { "color": "#617A91", From 575551abb3c4fabe4a553b2f460010e951516444 Mon Sep 17 00:00:00 2001 From: Chris Estreich Date: Mon, 3 Nov 2025 16:17:22 -0800 Subject: [PATCH 2/3] Update CHANGELOG.md --- CHANGELOG.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dea17c028a0..c1fa9a81d9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,18 @@ # Roo Code Changelog -## 3.30.0 - -### Minor Changes +## [3.30.0] - 2025-11-03 - ![3.30.0 Release - PR Fixer](/releases/3.30.0-release.png) -### Patch Changes - -- v3.29.6 +- Feat: Add OpenRouter embedding provider support (#8972 by @dmarkey, PR by @dmarkey) +- Feat: Add GLM-4.6 model to Fireworks provider (#8752 by @mmealman, PR by @app/roomote) +- Feat: Add MiniMax M2 model to Fireworks provider (#8961 by @dmarkey, PR by @app/roomote) +- Feat: Add preserveReasoning flag to include reasoning in API history (thanks @daniel-lxs!) +- Fix: Prevent message loss during queue drain race condition (#8536 by @hannesrudolph, PR by @daniel-lxs) +- Fix: Capture the reasoning content in base-openai-compatible for GLM 4.6 (thanks @mrubens!) +- Fix: Create new Requesty profile during OAuth (thanks @Thibault00!) +- Fix: Prevent UI flicker and enable resumption after task cancellation (thanks @daniel-lxs!) +- Fix: Cleanup terminal settings tab and change default terminal to inline (thanks @hannesrudolph!) ## [3.29.5] - 2025-11-01 From 0051866226d1a50594f2b109f8b57d5c9fb87876 Mon Sep 17 00:00:00 2001 From: Chris Estreich Date: Mon, 3 Nov 2025 16:18:56 -0800 Subject: [PATCH 3/3] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1fa9a81d9b..b7d4e6c8e03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## [3.30.0] - 2025-11-03 -- ![3.30.0 Release - PR Fixer](/releases/3.30.0-release.png) +![3.30.0 Release - PR Fixer](/releases/3.30.0-release.png) - Feat: Add OpenRouter embedding provider support (#8972 by @dmarkey, PR by @dmarkey) - Feat: Add GLM-4.6 model to Fireworks provider (#8752 by @mmealman, PR by @app/roomote)