From a171281f191183e1239218748afc820b94f9678b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 31 Oct 2025 03:16:15 +0000 Subject: [PATCH 1/2] changeset version bump --- .changeset/v3.29.4.md | 10 ---------- .changeset/v3.29.5.md | 21 --------------------- CHANGELOG.md | 7 +++++++ src/package.json | 2 +- 4 files changed, 8 insertions(+), 32 deletions(-) delete mode 100644 .changeset/v3.29.4.md delete mode 100644 .changeset/v3.29.5.md diff --git a/.changeset/v3.29.4.md b/.changeset/v3.29.4.md deleted file mode 100644 index 4469bf14a41..00000000000 --- a/.changeset/v3.29.4.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -"roo-cline": patch ---- - -- Add Minimax Provider support (thanks @Maosghoul!) -- Fix: custom modes under custom path not showing (#8122 by @hannesrudolph, PR by @elianiva) -- Fix: prevent MCP server restart when toggling tool permissions (#8231 by @hannesrudolph, PR by @heyseth) -- Fix: auto-sync enableReasoningEffort with reasoning dropdown selection (thanks @daniel-lxs!) -- Prevent noisy cloud agent exception (thanks @cte!) -- Docs: clarify VS Code LM API integration warning (thanks @hannesrudolph!) diff --git a/.changeset/v3.29.5.md b/.changeset/v3.29.5.md deleted file mode 100644 index be796f71ac0..00000000000 --- a/.changeset/v3.29.5.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -"roo-cline": patch ---- - -- Fix: prevent infinite loop when canceling during auto-retry (#8901 by @mini2s, PR by @app/roomote) -- Fix: Enhanced codebase index recovery and reuse ('Start Indexing' button now reuses existing Qdrant index) (#8129 by @jaroslaw-weber, PR by @heyseth) -- Fix: make code index initialization non-blocking at activation (#8777 by @cjlawson02, PR by @daniel-lxs) -- Fix: custom modes under custom path not showing (#8122 by @hannesrudolph, PR by @elianiva) -- Fix: prevent MCP server restart when toggling tool permissions (#8231 by @hannesrudolph, PR by @heyseth) -- Fix: truncate type definition to match max read line (#8149 by @chenxluo, PR by @elianiva) -- Fix: remove search_and_replace tool from codebase (#8891 by @hannesrudolph, PR by @app/roomote) -- Fix: auto-sync enableReasoningEffort with reasoning dropdown selection (thanks @daniel-lxs!) -- Fix: Gate auth-driven Roo model refresh to active provider only (thanks @daniel-lxs!) -- Prevent a noisy cloud agent exception (thanks @cte!) -- Feat: improve @ file search for large projects (#5721 by @Naituw, PR by @daniel-lxs) -- Feat: Add Minimax Provider (thanks @Maosghoul!) -- Feat: add zai-glm-4.6 model to Cerebras and set gpt-oss-120b as default (thanks @daniel-lxs!) -- Feat: rename MCP Errors tab to Logs for mixed-level messages (#8893 by @hannesrudolph, PR by @app/roomote) -- Feat: add We're hiring link to announcement modal (thanks @app/roomote!) -- roo provider: update session token on every request (thanks @jr!) -- docs(vscode-lm): clarify VS Code LM API integration warning (thanks @hannesrudolph!) diff --git a/CHANGELOG.md b/CHANGELOG.md index eabb4622fc0..9c62740f66a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Roo Code Changelog +## 3.29.4 + +### Patch Changes + +- - Add Minimax Provider support (thanks @Maosghoul!) +- - Fix: prevent infinite loop when canceling during auto-retry (#8901 by @mini2s, PR by @app/roomote) + ## [3.29.3] - 2025-10-28 - Update Gemini models with latest 09-2025 versions including Gemini 2.5 Pro and Flash (#8485 by @cleacos, PR by @roomote) diff --git a/src/package.json b/src/package.json index 9127c6f4092..b26fbe2a340 100644 --- a/src/package.json +++ b/src/package.json @@ -3,7 +3,7 @@ "displayName": "%extension.displayName%", "description": "%extension.description%", "publisher": "RooVeterinaryInc", - "version": "3.29.3", + "version": "3.29.4", "icon": "assets/icons/icon.png", "galleryBanner": { "color": "#617A91", From 8c375ad0019ab1686a322993c00029eddfed3f0d Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Thu, 30 Oct 2025 23:22:11 -0400 Subject: [PATCH 2/2] Update CHANGELOG for version 3.29.4 Added new features and fixed multiple issues in version 3.29.4. --- CHANGELOG.md | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c62740f66a..efca3d6fd0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,22 @@ # Roo Code Changelog -## 3.29.4 - -### Patch Changes - -- - Add Minimax Provider support (thanks @Maosghoul!) -- - Fix: prevent infinite loop when canceling during auto-retry (#8901 by @mini2s, PR by @app/roomote) +## [3.29.4] - 2025-10-30 + +- Feat: Add Minimax Provider (thanks @Maosghoul!) +- Fix: prevent infinite loop when canceling during auto-retry (#8901 by @mini2s, PR by @app/roomote) +- Fix: Enhanced codebase index recovery and reuse ('Start Indexing' button now reuses existing Qdrant index) (#8129 by @jaroslaw-weber, PR by @heyseth) +- Fix: make code index initialization non-blocking at activation (#8777 by @cjlawson02, PR by @daniel-lxs) +- Fix: remove search_and_replace tool from codebase (#8891 by @hannesrudolph, PR by @app/roomote) +- Fix: custom modes under custom path not showing (#8122 by @hannesrudolph, PR by @elianiva) +- Fix: prevent MCP server restart when toggling tool permissions (#8231 by @hannesrudolph, PR by @heyseth) +- Fix: truncate type definition to match max read line (#8149 by @chenxluo, PR by @elianiva) +- Fix: auto-sync enableReasoningEffort with reasoning dropdown selection (thanks @daniel-lxs!) +- Fix: Gate auth-driven Roo model refresh to active provider only (thanks @daniel-lxs!) +- Prevent a noisy cloud agent exception (thanks @cte!) +- Feat: improve @ file search for large projects (#5721 by @Naituw, PR by @daniel-lxs) +- Feat: add zai-glm-4.6 model to Cerebras and set gpt-oss-120b as default (thanks @kevint-cerebras!) +- Feat: rename MCP Errors tab to Logs for mixed-level messages (#8893 by @hannesrudolph, PR by @app/roomote) +- docs(vscode-lm): clarify VS Code LM API integration warning (thanks @hannesrudolph!) ## [3.29.3] - 2025-10-28