From 980d877f7592604df5d2f93c9e58b58cc5d91629 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 19:35:08 +0000 Subject: [PATCH 1/3] changeset version bump --- .changeset/v3.25.5.md | 19 ------------------- CHANGELOG.md | 6 ++++++ src/package.json | 2 +- 3 files changed, 7 insertions(+), 20 deletions(-) delete mode 100644 .changeset/v3.25.5.md diff --git a/.changeset/v3.25.5.md b/.changeset/v3.25.5.md deleted file mode 100644 index 03dd0c9804..0000000000 --- a/.changeset/v3.25.5.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -"roo-cline": patch ---- - -- Fix: Improve Claude Code ENOENT error handling with installation guidance (#5866 by @JamieJ1, PR by @app/roomote) -- Fix: LM Studio model context length (#5075 by @Angular-Angel, PR by @pwilkin) -- Fix: VB.NET indexing by implementing fallback chunking system (#6420 by @JensvanZutphen, PR by @daniel-lxs) -- Add auto-approved cost limits (thanks @hassoncs!) -- Add Cerebras as a provider (thanks @kevint-cerebras!) -- Add Qwen 3 Coder from Cerebras (thanks @kevint-cerebras!) -- Fix: Handle Qdrant deletion errors gracefully to prevent indexing interruption (thanks @daniel-lxs!) -- Fix: Restore message sending when clicking save button (thanks @daniel-lxs!) -- Fix: Linter not applied to locales/\*/README.md (thanks @liwilliam2021!) -- Handle more variations of chaining and subshell command validation -- More tolerant search/replace match -- Clean up the auto-approve UI (thanks @mrubens!) -- Skip interpolation for non-existent slash commands (thanks @app/roomote!) -- Cloud service cleanup callbacks / move to events -- Phase 1 website updates (thanks @thill2323!) diff --git a/CHANGELOG.md b/CHANGELOG.md index 56b2ac7b6c..54bd6103b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Roo Code Changelog +## 3.25.5 + +### Patch Changes + +- - Fix: Improve Claude Code ENOENT error handling with installation guidance (#5866 by @JamieJ1, PR by @app/roomote) + ## [3.25.4] - 2025-07-30 - feat: add SambaNova provider integration (#6077 by @snova-jorgep, PR by @snova-jorgep) diff --git a/src/package.json b/src/package.json index d29a00e80b..91eb40dde6 100644 --- a/src/package.json +++ b/src/package.json @@ -3,7 +3,7 @@ "displayName": "%extension.displayName%", "description": "%extension.description%", "publisher": "RooVeterinaryInc", - "version": "3.25.4", + "version": "3.25.5", "icon": "assets/icons/icon.png", "galleryBanner": { "color": "#617A91", From 468e7f92e9ec1ab905df269129f9c2f1507a2b1d Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Fri, 1 Aug 2025 15:38:58 -0400 Subject: [PATCH 2/3] Update CHANGELOG.md --- CHANGELOG.md | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54bd6103b6..b0983f11cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,22 @@ # Roo Code Changelog -## 3.25.5 - -### Patch Changes - -- - Fix: Improve Claude Code ENOENT error handling with installation guidance (#5866 by @JamieJ1, PR by @app/roomote) +## [3.25.5] - 2025-08-01 + +- Fix: Improve Claude Code ENOENT error handling with installation guidance (#5866 by @JamieJ1, PR by @app/roomote) +- Fix: LM Studio model context length (#5075 by @Angular-Angel, PR by @pwilkin) +- Fix: VB.NET indexing by implementing fallback chunking system (#6420 by @JensvanZutphen, PR by @daniel-lxs) +- Add auto-approved cost limits (thanks @hassoncs!) +- Add Cerebras as a provider (thanks @kevint-cerebras!) +- Add Qwen 3 Coder from Cerebras (thanks @kevint-cerebras!) +- Fix: Handle Qdrant deletion errors gracefully to prevent indexing interruption (thanks @daniel-lxs!) +- Fix: Restore message sending when clicking save button (thanks @daniel-lxs!) +- Fix: Linter not applied to locales/\*/README.md (thanks @liwilliam2021!) +- Handle more variations of chaining and subshell command validation +- More tolerant search/replace match +- Clean up the auto-approve UI (thanks @mrubens!) +- Skip interpolation for non-existent slash commands (thanks @app/roomote!) +- Cloud service cleanup callbacks / move to events +- Phase 1 website updates (thanks @thill2323!) ## [3.25.4] - 2025-07-30 From 4f9defa3077615685444e1e63ae054ae4e5f0b7f Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Fri, 1 Aug 2025 15:39:19 -0400 Subject: [PATCH 3/3] Update CHANGELOG.md --- CHANGELOG.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b0983f11cf..3b2403bce2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,8 +15,6 @@ - More tolerant search/replace match - Clean up the auto-approve UI (thanks @mrubens!) - Skip interpolation for non-existent slash commands (thanks @app/roomote!) -- Cloud service cleanup callbacks / move to events -- Phase 1 website updates (thanks @thill2323!) ## [3.25.4] - 2025-07-30