From 2e887bc1412fad2364fb6d47e932c50742a3fc58 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 17:27:28 +0000 Subject: [PATCH 1/3] changeset version bump --- .changeset/v3.33.0.md | 27 --------------------------- CHANGELOG.md | 6 ++++++ src/package.json | 2 +- 3 files changed, 7 insertions(+), 28 deletions(-) delete mode 100644 .changeset/v3.33.0.md diff --git a/.changeset/v3.33.0.md b/.changeset/v3.33.0.md deleted file mode 100644 index ee4aba462f..0000000000 --- a/.changeset/v3.33.0.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -"roo-cline": minor ---- - -![v3.33.0 Release - Twin Kangaroos and the Gemini Constellation](/releases/v3.33.0-release.png) - -- Add Gemini 3 Pro Preview model (PR #9357 by @hannesrudolph) -- Improve Google Gemini defaults with better temperature and cost reporting (PR #9327 by @hannesrudolph) -- Enable native tool calling for openai-native provider (PR #9348 by @hannesrudolph) -- Add git status information to environment details (PR #9310 by @daniel-lxs) -- Add tool protocol selector to advanced settings (PR #9324 by @daniel-lxs) -- Implement dynamic tool protocol resolution with proper precedence hierarchy (PR #9286 by @daniel-lxs) -- Move Import/Export functionality to Modes view toolbar and cleanup Mode Edit view (PR #9077 by @hannesrudolph) -- Update cloud agent CTA to point to setup page (PR #9338 by @app/roomote) -- Fix: Prevent duplicate tool_result blocks in native tool protocol (PR #9248 by @daniel-lxs) -- Fix: Format tool responses properly for native protocol (PR #9270 by @daniel-lxs) -- Fix: Centralize toolProtocol configuration checks (PR #9279 by @daniel-lxs) -- Fix: Preserve tool blocks for native protocol in conversation history (PR #9319 by @daniel-lxs) -- Fix: Prevent infinite loop when task_done succeeds (PR #9325 by @daniel-lxs) -- Fix: Sync parser state with profile/model changes (PR #9355 by @daniel-lxs) -- Fix: Pass tool protocol parameter to lineCountTruncationError (PR #9358 by @daniel-lxs) -- Use VSCode theme color for outline button borders (PR #9336 by @app/roomote) -- Replace broken badgen.net badges with shields.io (PR #9318 by @app/roomote) -- Add max git status files setting to evals (PR #9322 by @mrubens) -- Remove experimental setting for native tool calls (PR #9333 by @mrubens) -- Move the native tool call toggle to experimental settings (PR #9297 by @mrubens) -- Roo Code Cloud Provider pricing page and changes elsewhere (PR #9195 by @brunobergher) diff --git a/CHANGELOG.md b/CHANGELOG.md index a199cb3ce9..e47b150e10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Roo Code Changelog +## 3.33.0 + +### Minor Changes + +- ![v3.33.0 Release - Twin Kangaroos and the Gemini Constellation](/releases/v3.33.0-release.png) + ## [3.32.1] - 2025-11-14 ![3.32.1 Release - Bug Fixes](/releases/3.32.1-release.png) diff --git a/src/package.json b/src/package.json index 13992d899c..fa678beaeb 100644 --- a/src/package.json +++ b/src/package.json @@ -3,7 +3,7 @@ "displayName": "%extension.displayName%", "description": "%extension.description%", "publisher": "RooVeterinaryInc", - "version": "3.32.1", + "version": "3.33.0", "icon": "assets/icons/icon.png", "galleryBanner": { "color": "#617A91", From 57e41ad1f570458a2b9e7037d407524453d10a09 Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Tue, 18 Nov 2025 12:30:52 -0500 Subject: [PATCH 2/3] Update CHANGELOG.md --- CHANGELOG.md | 30 +++++++++++++++++++++++++----- 1 file changed, 25 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e47b150e10..234dd489be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,30 @@ # Roo Code Changelog -## 3.33.0 - -### Minor Changes - -- ![v3.33.0 Release - Twin Kangaroos and the Gemini Constellation](/releases/v3.33.0-release.png) +## [3.33.0] - 2025-11-18 + +![v3.33.0 Release - Twin Kangaroos and the Gemini Constellation](/releases/v3.33.0-release.png) + +- Add Gemini 3 Pro Preview model (PR #9357 by @hannesrudolph) +- Improve Google Gemini defaults with better temperature and cost reporting (PR #9327 by @hannesrudolph) +- Enable native tool calling for openai-native provider (PR #9348 by @hannesrudolph) +- Add git status information to environment details (PR #9310 by @daniel-lxs) +- Add tool protocol selector to advanced settings (PR #9324 by @daniel-lxs) +- Implement dynamic tool protocol resolution with proper precedence hierarchy (PR #9286 by @daniel-lxs) +- Move Import/Export functionality to Modes view toolbar and cleanup Mode Edit view (PR #9077 by @hannesrudolph) +- Update cloud agent CTA to point to setup page (PR #9338 by @app/roomote) +- Fix: Prevent duplicate tool_result blocks in native tool protocol (PR #9248 by @daniel-lxs) +- Fix: Format tool responses properly for native protocol (PR #9270 by @daniel-lxs) +- Fix: Centralize toolProtocol configuration checks (PR #9279 by @daniel-lxs) +- Fix: Preserve tool blocks for native protocol in conversation history (PR #9319 by @daniel-lxs) +- Fix: Prevent infinite loop when task_done succeeds (PR #9325 by @daniel-lxs) +- Fix: Sync parser state with profile/model changes (PR #9355 by @daniel-lxs) +- Fix: Pass tool protocol parameter to lineCountTruncationError (PR #9358 by @daniel-lxs) +- Use VSCode theme color for outline button borders (PR #9336 by @app/roomote) +- Replace broken badgen.net badges with shields.io (PR #9318 by @app/roomote) +- Add max git status files setting to evals (PR #9322 by @mrubens) +- Remove experimental setting for native tool calls (PR #9333 by @mrubens) +- Move the native tool call toggle to experimental settings (PR #9297 by @mrubens) +- Roo Code Cloud Provider pricing page and changes elsewhere (PR #9195 by @brunobergher) ## [3.32.1] - 2025-11-14 From 170b45a18ebe27d85577fbdbf4454356392e2d53 Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Tue, 18 Nov 2025 12:31:24 -0500 Subject: [PATCH 3/3] Remove experimental settings for native tool calls Removed experimental settings related to native tool calls. --- CHANGELOG.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 234dd489be..695246798d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,8 +22,6 @@ - Use VSCode theme color for outline button borders (PR #9336 by @app/roomote) - Replace broken badgen.net badges with shields.io (PR #9318 by @app/roomote) - Add max git status files setting to evals (PR #9322 by @mrubens) -- Remove experimental setting for native tool calls (PR #9333 by @mrubens) -- Move the native tool call toggle to experimental settings (PR #9297 by @mrubens) - Roo Code Cloud Provider pricing page and changes elsewhere (PR #9195 by @brunobergher) ## [3.32.1] - 2025-11-14