From a967c1cc762b43850b4ca01d587a1b02b11cab45 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 16 Dec 2025 21:06:44 +0000 Subject: [PATCH 1/2] changeset version bump --- .changeset/v3.36.9.md | 11 ----------- CHANGELOG.md | 6 ++++++ src/package.json | 2 +- 3 files changed, 7 insertions(+), 12 deletions(-) delete mode 100644 .changeset/v3.36.9.md diff --git a/.changeset/v3.36.9.md b/.changeset/v3.36.9.md deleted file mode 100644 index 54a08cadb8c..00000000000 --- a/.changeset/v3.36.9.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -"roo-cline": patch ---- - -![3.36.9 Release - Cross-Provider Compatibility](/releases/3.36.9-release.png) - -- Fix: Normalize tool call IDs for cross-provider compatibility via OpenRouter, ensuring consistent handling across different AI providers (PR #10102 by @daniel-lxs) -- Fix: Add additionalProperties: false to nested MCP tool schemas, improving schema validation and preventing unexpected properties (PR #10109 by @daniel-lxs) -- Fix: Validate tool_result IDs in delegation resume flow, preventing errors when resuming delegated tasks (PR #10135 by @daniel-lxs) -- Feat: Add full error details to streaming failure dialog, providing more comprehensive information for debugging streaming issues (PR #10131 by @roomote) -- Feat: Improve evals UI with tool groups and duration fix, enhancing the evaluation interface organization and timing accuracy (PR #10133 by @hannesrudolph) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19ad1c4b030..347e20ad55f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Roo Code Changelog +## 3.36.9 + +### Patch Changes + +- ![3.36.9 Release - Cross-Provider Compatibility](/releases/3.36.9-release.png) + ## 3.36.8 ### Patch Changes diff --git a/src/package.json b/src/package.json index 23ec2bc6969..cc30f49c403 100644 --- a/src/package.json +++ b/src/package.json @@ -3,7 +3,7 @@ "displayName": "%extension.displayName%", "description": "%extension.description%", "publisher": "RooVeterinaryInc", - "version": "3.36.8", + "version": "3.36.9", "icon": "assets/icons/icon.png", "galleryBanner": { "color": "#617A91", From 46bae83cb51393b8a64077181361bddb797bd91a Mon Sep 17 00:00:00 2001 From: Chris Estreich Date: Tue, 16 Dec 2025 13:14:09 -0800 Subject: [PATCH 2/2] Revise CHANGELOG for versions 3.36.9 and 3.36.8 Updated changelog for versions 3.36.9 and 3.36.8 with new features and fixes. --- CHANGELOG.md | 35 ++++++++++++++++++++++++----------- 1 file changed, 24 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 347e20ad55f..da8c199b2de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,29 @@ # Roo Code Changelog -## 3.36.9 - -### Patch Changes - -- ![3.36.9 Release - Cross-Provider Compatibility](/releases/3.36.9-release.png) - -## 3.36.8 - -### Patch Changes - -- ![3.36.8 Release - Native Tools Enabled by Default](/releases/3.36.8-release.png) +## [3.36.9] - 2025-12-15 + +![3.36.9 Release - Cross-Provider Compatibility](/releases/3.36.9-release.png) + +- Fix: Normalize tool call IDs for cross-provider compatibility via OpenRouter, ensuring consistent handling across different AI providers (PR #10102 by @daniel-lxs) +- Fix: Add additionalProperties: false to nested MCP tool schemas, improving schema validation and preventing unexpected properties (PR #10109 by @daniel-lxs) +- Fix: Validate tool_result IDs in delegation resume flow, preventing errors when resuming delegated tasks (PR #10135 by @daniel-lxs) +- Feat: Add full error details to streaming failure dialog, providing more comprehensive information for debugging streaming issues (PR #10131 by @roomote) +- Feat: Improve evals UI with tool groups and duration fix, enhancing the evaluation interface organization and timing accuracy (PR #10133 by @hannesrudolph) + +## [3.36.8] - 2025-12-16 + +![3.36.8 Release - Native Tools Enabled by Default](/releases/3.36.8-release.png) + +- Implement incremental token-budgeted file reading for smarter, more efficient file content retrieval (PR #10052 by @jr) +- Enable native tools by default for multiple providers including OpenAI, Azure, Google, Vertex, and more (PR #10059 by @daniel-lxs) +- Enable native tools by default for Anthropic and add telemetry tracking for tool format usage (PR #10021 by @daniel-lxs) +- Fix: Prevent race condition from deleting wrong API messages during streaming (PR #10113 by @hannesrudolph) +- Fix: Prevent duplicate MCP tools error by deduplicating servers at source (PR #10096 by @daniel-lxs) +- Remove strict ARN validation for Bedrock custom ARN users allowing more flexibility (#10108 by @wisestmumbler, PR #10110 by @roomote) +- Add metadata to error details dialog for improved debugging (PR #10050 by @roomote) +- Add configuration to control public sharing feature (PR #10105 by @mrubens) +- Remove description from Bedrock service tiers for cleaner UI (PR #10118 by @mrubens) +- Fix: Correct link to provider pricing page on web (PR #10107 by @brunobergher) ## [3.36.7] - 2025-12-15