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..aa3d4527d7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Roo Code Changelog +## [3.33.1] - 2025-11-18 + +![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) +- 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) +- 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 ![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",