From add6cd7d39f33005456b071ea6d2bf0d962c6772 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 7 Aug 2025 03:57:04 +0000 Subject: [PATCH 1/2] changeset version bump --- .changeset/v3.25.8.md | 14 -------------- CHANGELOG.md | 6 ++++++ src/package.json | 2 +- 3 files changed, 7 insertions(+), 15 deletions(-) delete mode 100644 .changeset/v3.25.8.md diff --git a/.changeset/v3.25.8.md b/.changeset/v3.25.8.md deleted file mode 100644 index 649fdb2c38..0000000000 --- a/.changeset/v3.25.8.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -"roo-cline": patch ---- - -- Fix: Prevent disabled MCP servers from starting processes and show correct status (#6036 by @hannesrudolph, PR by @app/roomote) -- Fix: Handle current directory path "." correctly in codebase_search tool (#6514 by @hannesrudolph, PR by @app/roomote) -- Fix: Trim whitespace from OpenAI base URL to fix model detection (#6559 by @vauhochzett, PR by @app/roomote) -- Feat: Reduce Gemini 2.5 Pro minimum thinking budget to 128 (thanks @app/roomote!) -- Fix: Improve handling of net::ERR_ABORTED errors in URL fetching (#6632 by @QuinsZouls, PR by @app/roomote) -- Fix: Recover from error state when Qdrant becomes available (#6660 by @hannesrudolph, PR by @app/roomote) -- Fix: Resolve memory leak in ChatView virtual scrolling implementation (thanks @xyOz-dev!) -- Add: Swift files to fallback list (#5857 by @niteshbalusu11, #6555 by @sealad886, PR by @niteshbalusu11) -- Feat: Clamp default model max tokens to 20% of context window (thanks @mrubens!) -- Fix: Prevent unnecessary MCP server refresh on settings save (#6772 by @hannesrudolph, PR by @hannesrudolph) diff --git a/CHANGELOG.md b/CHANGELOG.md index c72d2f5f63..fed6ac4d17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Roo Code Changelog +## 3.25.8 + +### Patch Changes + +- - Fix: Prevent disabled MCP servers from starting processes and show correct status (#6036 by @hannesrudolph, PR by @app/roomote) + ## [3.25.7] - 2025-08-05 - Add support for Claude Opus 4.1 diff --git a/src/package.json b/src/package.json index dab031404d..2731b8ea19 100644 --- a/src/package.json +++ b/src/package.json @@ -3,7 +3,7 @@ "displayName": "%extension.displayName%", "description": "%extension.description%", "publisher": "RooVeterinaryInc", - "version": "3.25.7", + "version": "3.25.8", "icon": "assets/icons/icon.png", "galleryBanner": { "color": "#617A91", From c45896ab1b470d5d46bba835a492312b1e05e15d Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Wed, 6 Aug 2025 21:00:21 -0700 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fed6ac4d17..372c98261b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,16 @@ # Roo Code Changelog -## 3.25.8 - -### Patch Changes - -- - Fix: Prevent disabled MCP servers from starting processes and show correct status (#6036 by @hannesrudolph, PR by @app/roomote) +## [3.25.8] - 2025-08-06 + +- Fix: Prevent disabled MCP servers from starting processes and show correct status (#6036 by @hannesrudolph, PR by @app/roomote) +- Fix: Handle current directory path "." correctly in codebase_search tool (#6514 by @hannesrudolph, PR by @app/roomote) +- Fix: Trim whitespace from OpenAI base URL to fix model detection (#6559 by @vauhochzett, PR by @app/roomote) +- Feat: Reduce Gemini 2.5 Pro minimum thinking budget to 128 (thanks @app/roomote!) +- Fix: Improve handling of net::ERR_ABORTED errors in URL fetching (#6632 by @QuinsZouls, PR by @app/roomote) +- Fix: Recover from error state when Qdrant becomes available (#6660 by @hannesrudolph, PR by @app/roomote) +- Fix: Resolve memory leak in ChatView virtual scrolling implementation (thanks @xyOz-dev!) +- Add: Swift files to fallback list (#5857 by @niteshbalusu11, #6555 by @sealad886, PR by @niteshbalusu11) +- Feat: Clamp default model max tokens to 20% of context window (thanks @mrubens!) ## [3.25.7] - 2025-08-05