From 3654370734e197ae8aceccff1c42ecbe6b2cbf9e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 19 Nov 2025 05:01:19 +0000 Subject: [PATCH 1/3] changeset version bump --- .changeset/v3.33.1.md | 16 ---------------- CHANGELOG.md | 6 ++++++ src/package.json | 2 +- 3 files changed, 7 insertions(+), 17 deletions(-) delete mode 100644 .changeset/v3.33.1.md diff --git a/.changeset/v3.33.1.md b/.changeset/v3.33.1.md deleted file mode 100644 index a0897f78445..00000000000 --- a/.changeset/v3.33.1.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -"roo-cline": patch ---- - -![3.33.1 Release - Native Tool Protocol Fixes](/releases/3.33.1-release.png) - -- Fix: Resolve native tool protocol race condition causing 400 errors (PR #9363 by @daniel-lxs) -- Fix: Update tools to return structured JSON for native protocol (PR #9373 by @daniel-lxs) -- Fix: Include nativeArgs in tool repetition detection (PR #9377 by @daniel-lxs) -- Fix: Ensure no XML parsing when protocol is native (PR #9371 by @daniel-lxs) -- Fix: Gemini maxOutputTokens and reasoning config (PR #9375 by @hannesrudolph) -- Fix: Gemini thought signature validation and token counting errors (PR #9380 by @hannesrudolph) -- Fix: Exclude XML tool examples from MODES section when native protocol enabled (PR #9367 by @daniel-lxs) -- Add native tool calling support to OpenAI-compatible (PR #9369 by @mrubens) -- Retry eval tasks if API instability detected (PR #9365 by @cte) -- Add toolProtocol property to PostHog tool usage telemetry (PR #9374 by @app/roomote) diff --git a/CHANGELOG.md b/CHANGELOG.md index 695246798d6..f9743aa2817 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Roo Code Changelog +## 3.33.1 + +### Patch Changes + +- ![3.33.1 Release - Native Tool Protocol Fixes](/releases/3.33.1-release.png) + ## [3.33.0] - 2025-11-18 ![v3.33.0 Release - Twin Kangaroos and the Gemini Constellation](/releases/v3.33.0-release.png) diff --git a/src/package.json b/src/package.json index dde6913b638..79c4516d907 100644 --- a/src/package.json +++ b/src/package.json @@ -3,7 +3,7 @@ "displayName": "%extension.displayName%", "description": "%extension.description%", "publisher": "RooVeterinaryInc", - "version": "3.33.0", + "version": "3.33.1", "icon": "assets/icons/icon.png", "galleryBanner": { "color": "#617A91", From d8511f2692f07f95ea584954155351b6eb495140 Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Wed, 19 Nov 2025 00:04:06 -0500 Subject: [PATCH 2/3] Update CHANGELOG.md for version 3.33.1 Updated changelog for version 3.33.1 with detailed patch changes and fixes related to native tool protocol. --- CHANGELOG.md | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9743aa2817..52d408d90ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,19 @@ # Roo Code Changelog -## 3.33.1 - -### Patch Changes - -- ![3.33.1 Release - Native Tool Protocol Fixes](/releases/3.33.1-release.png) +## [3.33.1] - 2025-11-18 + +![3.33.1 Release - Native Tool Protocol Fixes](/releases/3.33.1-release.png) + +- Fix: Resolve native tool protocol race condition causing 400 errors (PR #9363 by @daniel-lxs) +- Fix: Update tools to return structured JSON for native protocol (PR #9373 by @daniel-lxs) +- Fix: Include nativeArgs in tool repetition detection (PR #9377 by @daniel-lxs) +- Fix: Ensure no XML parsing when protocol is native (PR #9371 by @daniel-lxs) +- Fix: Gemini maxOutputTokens and reasoning config (PR #9375 by @hannesrudolph) +- Fix: Gemini thought signature validation and token counting errors (PR #9380 by @hannesrudolph) +- Fix: Exclude XML tool examples from MODES section when native protocol enabled (PR #9367 by @daniel-lxs) +- Add native tool calling support to OpenAI-compatible (PR #9369 by @mrubens) +- Retry eval tasks if API instability detected (PR #9365 by @cte) +- Add toolProtocol property to PostHog tool usage telemetry (PR #9374 by @app/roomote) ## [3.33.0] - 2025-11-18 From dc32c74bf3a46bbc376f231a3bf4c93b05c921c9 Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Wed, 19 Nov 2025 00:04:35 -0500 Subject: [PATCH 3/3] Fix duplicate entry in CHANGELOG.md Removed duplicate entry for native tool calling support and cleaned up the changelog. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52d408d90ab..aa3d4527d7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ ![3.33.1 Release - Native Tool Protocol Fixes](/releases/3.33.1-release.png) +- Add native tool calling support to OpenAI-compatible (PR #9369 by @mrubens) - Fix: Resolve native tool protocol race condition causing 400 errors (PR #9363 by @daniel-lxs) - Fix: Update tools to return structured JSON for native protocol (PR #9373 by @daniel-lxs) - Fix: Include nativeArgs in tool repetition detection (PR #9377 by @daniel-lxs) @@ -11,7 +12,6 @@ - Fix: Gemini maxOutputTokens and reasoning config (PR #9375 by @hannesrudolph) - Fix: Gemini thought signature validation and token counting errors (PR #9380 by @hannesrudolph) - Fix: Exclude XML tool examples from MODES section when native protocol enabled (PR #9367 by @daniel-lxs) -- Add native tool calling support to OpenAI-compatible (PR #9369 by @mrubens) - Retry eval tasks if API instability detected (PR #9365 by @cte) - Add toolProtocol property to PostHog tool usage telemetry (PR #9374 by @app/roomote)