From 985ce5a24ce1a1648c21a9ef377598cc42861dad Mon Sep 17 00:00:00 2001 From: Chris Estreich Date: Wed, 17 Dec 2025 13:19:06 -0800 Subject: [PATCH] Revise CHANGELOG for version 3.36.11 Updated changelog for version 3.36.11 with new features and fixes. --- CHANGELOG.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c9e6155df0..81d57a7041 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,17 @@ # Roo Code Changelog -## 3.36.11 +## [3.36.10] - 2025-12-17 -### Patch Changes +![3.36.11 Release - Native Tool Calling Enhancements](/releases/3.36.11-release.png) -- ![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