From 943e1025bdc5db81c32326e0eb36fd69b47b67d7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 21:45:12 +0000 Subject: [PATCH 1/2] changeset version bump --- .changeset/v3.35.0.md | 21 --------------------- CHANGELOG.md | 6 ++++++ src/package.json | 2 +- 3 files changed, 7 insertions(+), 22 deletions(-) delete mode 100644 .changeset/v3.35.0.md diff --git a/.changeset/v3.35.0.md b/.changeset/v3.35.0.md deleted file mode 100644 index 64ab78864df..00000000000 --- a/.changeset/v3.35.0.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -"roo-cline": minor ---- - -![3.35.0 Release - Subtasks & Native Tools](/releases/3.35.0-release.png) - -- Metadata-driven subtasks with automatic parent resume and single-open safety for improved task orchestration (#8081 by @hannesrudolph, PR #9090 by @hannesrudolph) -- Native tool calling support expanded across many providers: Bedrock (PR #9698 by @mrubens), Cerebras (PR #9692 by @mrubens), Chutes with auto-detection from API (PR #9715 by @daniel-lxs), DeepInfra (PR #9691 by @mrubens), DeepSeek and Doubao (PR #9671 by @daniel-lxs), Groq (PR #9673 by @daniel-lxs), LiteLLM (PR #9719 by @daniel-lxs), Ollama (PR #9696 by @mrubens), OpenAI-compatible providers (PR #9676 by @daniel-lxs), Requesty (PR #9672 by @daniel-lxs), Unbound (PR #9699 by @mrubens), Vercel AI Gateway (PR #9697 by @mrubens), Vertex Gemini (PR #9678 by @daniel-lxs), and xAI with new Grok 4 Fast and Grok 4.1 Fast models (PR #9690 by @mrubens) -- Fix: Preserve tool_use blocks in summary for parallel tool calls (#9700 by @SilentFlower, PR #9714 by @SilentFlower) -- Default Grok Code Fast to native tools for better performance (PR #9717 by @mrubens) -- UX improvements to the Roo Code Cloud provider-centric onboarding flow (PR #9709 by @brunobergher) -- UX toolbar cleanup and settings consolidation for a cleaner interface (PR #9710 by @brunobergher) -- Add model-specific tool customization via `excludedTools` and `includedTools` configuration (PR #9641 by @daniel-lxs) -- Add new `apply_patch` native tool for more efficient file editing operations (PR #9663 by @hannesrudolph) -- Add new `search_and_replace` tool for batch text replacements across files (PR #9549 by @hannesrudolph) -- Add debug buttons to view API and UI history for troubleshooting (PR #9684 by @hannesrudolph) -- Include tool format in environment details for better context awareness (PR #9661 by @mrubens) -- Fix: Display install count in millions instead of thousands (PR #9677 by @app/roomote) -- Web-evals improvements: add task log viewing, export failed logs, and new run options (PR #9637 by @hannesrudolph) -- Web-evals updates: add kill run functionality (PR #9681 by @hannesrudolph) -- Fix: Prevent navigation buttons from wrapping on smaller screens (PR #9721 by @app/roomote) diff --git a/CHANGELOG.md b/CHANGELOG.md index 765fe47cc7e..4a748403a9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Roo Code Changelog +## 3.35.0 + +### Minor Changes + +- ![3.35.0 Release - Subtasks & Native Tools](/releases/3.35.0-release.png) + ## [3.34.8] - 2025-11-27 ![3.34.8 Release - Race Condition Fix](/releases/3.34.8-release.png) diff --git a/src/package.json b/src/package.json index cf0a29df0f3..050dccd7d3e 100644 --- a/src/package.json +++ b/src/package.json @@ -3,7 +3,7 @@ "displayName": "%extension.displayName%", "description": "%extension.description%", "publisher": "RooVeterinaryInc", - "version": "3.34.8", + "version": "3.35.0", "icon": "assets/icons/icon.png", "galleryBanner": { "color": "#617A91", From bb39bdb4278952ff1b1f5cb00ee6bef93e9311f6 Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Mon, 1 Dec 2025 16:51:12 -0500 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 24 +++++++++++++++++++----- 1 file changed, 19 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a748403a9f..05e5fed7e38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,24 @@ # Roo Code Changelog -## 3.35.0 - -### Minor Changes - -- ![3.35.0 Release - Subtasks & Native Tools](/releases/3.35.0-release.png) +## [3.35.0] - 2025-12-01 + +![3.35.0 Release - Subtasks & Native Tools](/releases/3.35.0-release.png) + +- Metadata-driven subtasks with automatic parent resume and single-open safety for improved task orchestration (#8081 by @hannesrudolph, PR #9090 by @hannesrudolph) +- Native tool calling support expanded across many providers: Bedrock (PR #9698 by @mrubens), Cerebras (PR #9692 by @mrubens), Chutes with auto-detection from API (PR #9715 by @daniel-lxs), DeepInfra (PR #9691 by @mrubens), DeepSeek and Doubao (PR #9671 by @daniel-lxs), Groq (PR #9673 by @daniel-lxs), LiteLLM (PR #9719 by @daniel-lxs), Ollama (PR #9696 by @mrubens), OpenAI-compatible providers (PR #9676 by @daniel-lxs), Requesty (PR #9672 by @daniel-lxs), Unbound (PR #9699 by @mrubens), Vercel AI Gateway (PR #9697 by @mrubens), Vertex Gemini (PR #9678 by @daniel-lxs), and xAI with new Grok 4 Fast and Grok 4.1 Fast models (PR #9690 by @mrubens) +- Fix: Preserve tool_use blocks in summary for parallel tool calls (#9700 by @SilentFlower, PR #9714 by @SilentFlower) +- Default Grok Code Fast to native tools for better performance (PR #9717 by @mrubens) +- UX improvements to the Roo Code Cloud provider-centric onboarding flow (PR #9709 by @brunobergher) +- UX toolbar cleanup and settings consolidation for a cleaner interface (PR #9710 by @brunobergher) +- Add model-specific tool customization via `excludedTools` and `includedTools` configuration (PR #9641 by @daniel-lxs) +- Add new `apply_patch` native tool for more efficient file editing operations (PR #9663 by @hannesrudolph) +- Add new `search_and_replace` tool for batch text replacements across files (PR #9549 by @hannesrudolph) +- Add debug buttons to view API and UI history for troubleshooting (PR #9684 by @hannesrudolph) +- Include tool format in environment details for better context awareness (PR #9661 by @mrubens) +- Fix: Display install count in millions instead of thousands (PR #9677 by @app/roomote) +- Web-evals improvements: add task log viewing, export failed logs, and new run options (PR #9637 by @hannesrudolph) +- Web-evals updates: add kill run functionality (PR #9681 by @hannesrudolph) +- Fix: Prevent navigation buttons from wrapping on smaller screens (PR #9721 by @app/roomote) ## [3.34.8] - 2025-11-27