From 0dad301fc18b1359b4845223f39fc1d0e9eabb1a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 26 Aug 2025 20:24:07 +0000 Subject: [PATCH 1/2] changeset version bump --- .changeset/v3.25.24.md | 21 --------------------- CHANGELOG.md | 6 ++++++ src/package.json | 2 +- 3 files changed, 7 insertions(+), 22 deletions(-) delete mode 100644 .changeset/v3.25.24.md diff --git a/.changeset/v3.25.24.md b/.changeset/v3.25.24.md deleted file mode 100644 index f709e33907..0000000000 --- a/.changeset/v3.25.24.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -"roo-cline": minor ---- - -- Sonic -> Grok Code Fast -- Fix: Handle Mistral thinking content as reasoning chunks (#6842 by @Biotrioo, PR by @app/roomote) -- Fix: Make auto approve toggle trigger stay (#3909 by @kyle-apex, PR by @elianiva) -- Fix: Preserve user input when selecting follow-up choices (#7316 by @teihome, PR by @daniel-lxs) -- Fix: Resolve newTaskRequireTodos setting not working correctly (thanks @hannesrudolph!) -- Fix: Requesty model listing (#7377 by @dtrugman, PR by @dtrugman) -- feat: Add Deepseek v3.1 to Fireworks AI provider (#7374 by @dmarkey, PR by @app/roomote) -- feat: Add Qwen Code CLI API Support with OAuth Authentication (thanks @app/roomote!) -- feat: Hide static providers with no models from provider list (thanks @daniel-lxs!) -- Add a built-in /init slash command (thanks @mrubens and @hannesrudolph!) -- Add todos parameter to new_task tool usage in issue-fixer mode (thanks @hannesrudolph!) -- Handle substitution patterns in command validation (thanks @mrubens!) -- Mark code-workspace files as protected (thanks @mrubens!) -- Update list of default allowed commands (thanks @mrubens!) -- Follow symlinks in rooignore checks (thanks @mrubens!) -- Show cache read and write prices for OpenRouter inference providers (thanks @chrarnoldus!) -- chore(deps): Update dependency drizzle-kit to v0.31.4 (thanks @app/renovate!) diff --git a/CHANGELOG.md b/CHANGELOG.md index c75bb9e327..f843b06ef9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Roo Code Changelog +## 3.26.0 + +### Minor Changes + +- - Sonic -> Grok Code Fast + ## [3.25.23] - 2025-08-22 - feat: add custom base URL support for Requesty provider (thanks @requesty-JohnCosta27!) diff --git a/src/package.json b/src/package.json index 6099c88003..7b84e9759a 100644 --- a/src/package.json +++ b/src/package.json @@ -3,7 +3,7 @@ "displayName": "%extension.displayName%", "description": "%extension.description%", "publisher": "RooVeterinaryInc", - "version": "3.25.23", + "version": "3.26.0", "icon": "assets/icons/icon.png", "galleryBanner": { "color": "#617A91", From 840fe2a4c8b6331f2fcb43e4ddaba8950a0b4bf0 Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Tue, 26 Aug 2025 16:28:06 -0400 Subject: [PATCH 2/2] Update CHANGELOG for version 3.26.0 --- CHANGELOG.md | 24 +++++++++++++++++++----- 1 file changed, 19 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f843b06ef9..b03a84df32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,24 @@ # Roo Code Changelog -## 3.26.0 - -### Minor Changes - -- - Sonic -> Grok Code Fast +## [3.26.0] - 2025-08-26 + +- Sonic -> Grok Code Fast +- feat: Add Qwen Code CLI API Support with OAuth Authentication (thanks @evinelias and Cline!) +- feat: Add Deepseek v3.1 to Fireworks AI provider (#7374 by @dmarkey, PR by @app/roomote) +- Add a built-in /init slash command (thanks @mrubens and @hannesrudolph!) +- Fix: Make auto approve toggle trigger stay (#3909 by @kyle-apex, PR by @elianiva) +- Fix: Preserve user input when selecting follow-up choices (#7316 by @teihome, PR by @daniel-lxs) +- Fix: Handle Mistral thinking content as reasoning chunks (#6842 by @Biotrioo, PR by @app/roomote) +- Fix: Resolve newTaskRequireTodos setting not working correctly (thanks @hannesrudolph!) +- Fix: Requesty model listing (#7377 by @dtrugman, PR by @dtrugman) +- feat: Hide static providers with no models from provider list (thanks @daniel-lxs!) +- Add todos parameter to new_task tool usage in issue-fixer mode (thanks @hannesrudolph!) +- Handle substitution patterns in command validation (thanks @mrubens!) +- Mark code-workspace files as protected (thanks @mrubens!) +- Update list of default allowed commands (thanks @mrubens!) +- Follow symlinks in rooignore checks (thanks @mrubens!) +- Show cache read and write prices for OpenRouter inference providers (thanks @chrarnoldus!) +- chore(deps): Update dependency drizzle-kit to v0.31.4 (thanks @app/renovate!) ## [3.25.23] - 2025-08-22