From 3cf9fdaf0970006541bdce56cdcabe5e8ad072b7 Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Tue, 5 Aug 2025 10:58:09 -0700 Subject: [PATCH 1/3] v3.25.7 --- .changeset/3.25.7 | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .changeset/3.25.7 diff --git a/.changeset/3.25.7 b/.changeset/3.25.7 new file mode 100644 index 00000000000..c105cb2f8b7 --- /dev/null +++ b/.changeset/3.25.7 @@ -0,0 +1,18 @@ +--- +"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 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 (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 (thanks @mrubens!) +- 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!) From 32d248f78cdeb0898758e6ef14d17b6141a9842d Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Tue, 5 Aug 2025 11:07:04 -0700 Subject: [PATCH 2/3] Update 3.25.7 --- .changeset/3.25.7 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.changeset/3.25.7 b/.changeset/3.25.7 index c105cb2f8b7..9cd8c50230d 100644 --- a/.changeset/3.25.7 +++ b/.changeset/3.25.7 @@ -7,12 +7,12 @@ - Add Z AI provider (thanks @jues!) - 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 (thanks @brunobergher!) +- 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 (thanks @mrubens!) +- 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!) From 91184bd84e9cf4d164640aadb9472e9579a92fa2 Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Tue, 5 Aug 2025 11:11:34 -0700 Subject: [PATCH 3/3] Update and rename 3.25.7 to 3.25.7.md --- .changeset/{3.25.7 => 3.25.7.md} | 1 + 1 file changed, 1 insertion(+) rename .changeset/{3.25.7 => 3.25.7.md} (97%) diff --git a/.changeset/3.25.7 b/.changeset/3.25.7.md similarity index 97% rename from .changeset/3.25.7 rename to .changeset/3.25.7.md index 9cd8c50230d..64a6c07d1bb 100644 --- a/.changeset/3.25.7 +++ b/.changeset/3.25.7.md @@ -5,6 +5,7 @@ - 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!)