From 495664c26137b99929f0396eab1eb9060d5f152d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 17 Dec 2025 13:28:34 -0800 Subject: [PATCH] Changeset version bump (#10162) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Chris Estreich --- .changeset/v3.36.11.md | 14 -------------- CHANGELOG.md | 13 +++++++++++++ src/package.json | 2 +- 3 files changed, 14 insertions(+), 15 deletions(-) delete mode 100644 .changeset/v3.36.11.md diff --git a/.changeset/v3.36.11.md b/.changeset/v3.36.11.md deleted file mode 100644 index af922bef06..0000000000 --- a/.changeset/v3.36.11.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -"roo-cline": patch ---- - -![3.36.11 Release - Native Tool Calling Enhancements](/releases/3.36.11-release.png) - -- Add support for Claude Code Provider native tool calling, improving tool execution performance and reliability (PR #10077 by @hannesrudolph) -- Enable native tool calling by default for Z.ai models for better model compatibility (PR #10158 by @app/roomote) -- Enable native tools by default for OpenAI compatible provider to improve tool calling support (PR #10159 by @daniel-lxs) -- Fix: Normalize MCP tool schemas for Bedrock and OpenAI strict mode to ensure proper tool compatibility (PR #10148 by @daniel-lxs) -- Fix: Remove dots and colons from MCP tool names for Bedrock compatibility (PR #10152 by @daniel-lxs) -- Fix: Convert tool_result to XML text when native tools disabled for Bedrock (PR #10155 by @daniel-lxs) -- Fix: Refresh Roo models cache with session token on auth state change to resolve model list refresh issues (PR #10156 by @daniel-lxs) -- Fix: Support AWS GovCloud and China region ARNs in Bedrock provider for expanded regional support (PR #10157 by @app/roomote) diff --git a/CHANGELOG.md b/CHANGELOG.md index 810f0dca15..44bfaa103a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Roo Code Changelog +## [3.36.11] - 2025-12-17 + +![3.36.11 Release - Native Tool Calling Enhancements](/releases/3.36.11-release.png) + +- Add support for Claude Code Provider native tool calling, improving tool execution performance and reliability (PR #10077 by @hannesrudolph) +- Enable native tool calling by default for Z.ai models for better model compatibility (PR #10158 by @app/roomote) +- Enable native tools by default for OpenAI compatible provider to improve tool calling support (PR #10159 by @daniel-lxs) +- Fix: Normalize MCP tool schemas for Bedrock and OpenAI strict mode to ensure proper tool compatibility (PR #10148 by @daniel-lxs) +- Fix: Remove dots and colons from MCP tool names for Bedrock compatibility (PR #10152 by @daniel-lxs) +- Fix: Convert tool_result to XML text when native tools disabled for Bedrock (PR #10155 by @daniel-lxs) +- Fix: Refresh Roo models cache with session token on auth state change to resolve model list refresh issues (PR #10156 by @daniel-lxs) +- Fix: Support AWS GovCloud and China region ARNs in Bedrock provider for expanded regional support (PR #10157 by @app/roomote) + ## [3.36.10] - 2025-12-17 ![3.36.10 Release - Gemini 3 Flash Preview](/releases/3.36.10-release.png) diff --git a/src/package.json b/src/package.json index b26014d388..d6e25ccecb 100644 --- a/src/package.json +++ b/src/package.json @@ -3,7 +3,7 @@ "displayName": "%extension.displayName%", "description": "%extension.description%", "publisher": "RooVeterinaryInc", - "version": "3.36.10", + "version": "3.36.11", "icon": "assets/icons/icon.png", "galleryBanner": { "color": "#617A91",