From fda21362dafe189e6db07cb63de2b0b65b11e189 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 5 Aug 2025 18:56:54 +0000 Subject: [PATCH 1/2] changeset version bump --- .changeset/3.25.7.md | 19 ------------------- CHANGELOG.md | 6 ++++++ src/package.json | 2 +- 3 files changed, 7 insertions(+), 20 deletions(-) delete mode 100644 .changeset/3.25.7.md diff --git a/.changeset/3.25.7.md b/.changeset/3.25.7.md deleted file mode 100644 index 64a6c07d1bb..00000000000 --- a/.changeset/3.25.7.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -"roo-cline": patch ---- - -- Add support for Claude Opus 4.1 -- Add Fireworks AI provider (#6653 by @ershang-fireworks, PR by @ershang-fireworks) -- Add Z AI provider (thanks @jues!) -- Add Groq support for GPT-OSS -- Add code indexing support for multiple folders similar to task history (#6197 by @NaccOll, PR by @NaccOll) -- Make mode selection dropdowns responsive (#6423 by @AyazKaan, PR by @AyazKaan) -- Redesigned task header and task history (thanks @brunobergher!) -- Fix checkpoints timing and ensure checkpoints work properly (#4827 by @mrubens, PR by @NaccOll) -- Fix empty mode names from being saved (#5766 by @kfxmvp, PR by @app/roomote) -- Fix MCP server creation when setting is disabled (#6607 by @characharm, PR by @app/roomote) -- Update highlight layer style and align to textarea (#6647 by @NaccOll, PR by @NaccOll) -- Fix UI for approving chained commands -- Use assistantMessageParser class instead of parseAssistantMessage (#5340 by @qdaxb, PR by @qdaxb) -- Conditionally include reminder section based on todo list config (thanks @NaccOll!) -- Task and TaskProvider event emitter cleanup with new events (thanks @cte!) diff --git a/CHANGELOG.md b/CHANGELOG.md index 312f5f290ef..b4058089898 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Roo Code Changelog +## 3.25.7 + +### Patch Changes + +- - Add support for Claude Opus 4.1 + ## [3.25.6] - 2025-08-01 - Set horizon-beta model max tokens to 32k for OpenRouter (requested by @hannesrudolph, PR by @app/roomote) diff --git a/src/package.json b/src/package.json index aa2110dfd51..13013de7ae7 100644 --- a/src/package.json +++ b/src/package.json @@ -3,7 +3,7 @@ "displayName": "%extension.displayName%", "description": "%extension.description%", "publisher": "RooVeterinaryInc", - "version": "3.25.6", + "version": "3.25.7", "icon": "assets/icons/icon.png", "galleryBanner": { "color": "#617A91", From f1d59093221cc0bef1635f8ce6d09a42a597ee02 Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Tue, 5 Aug 2025 12:06:33 -0700 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4058089898..43ad9a9ed1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,22 @@ # Roo Code Changelog -## 3.25.7 - -### Patch Changes - -- - Add support for Claude Opus 4.1 +## [3.25.7] - 2025-08-05 + +- Add support for Claude Opus 4.1 +- Add Fireworks AI provider (#6653 by @ershang-fireworks, PR by @ershang-fireworks) +- Add Z AI provider (thanks @jues!) +- Add Groq support for GPT-OSS +- Add code indexing support for multiple folders similar to task history (#6197 by @NaccOll, PR by @NaccOll) +- Make mode selection dropdowns responsive (#6423 by @AyazKaan, PR by @AyazKaan) +- Redesigned task header and task history (thanks @brunobergher!) +- Fix checkpoints timing and ensure checkpoints work properly (#4827 by @mrubens, PR by @NaccOll) +- Fix empty mode names from being saved (#5766 by @kfxmvp, PR by @app/roomote) +- Fix MCP server creation when setting is disabled (#6607 by @characharm, PR by @app/roomote) +- Update highlight layer style and align to textarea (#6647 by @NaccOll, PR by @NaccOll) +- Fix UI for approving chained commands +- Use assistantMessageParser class instead of parseAssistantMessage (#5340 by @qdaxb, PR by @qdaxb) +- Conditionally include reminder section based on todo list config (thanks @NaccOll!) +- Task and TaskProvider event emitter cleanup with new events (thanks @cte!) ## [3.25.6] - 2025-08-01