From 514f96a2bf82d93ac241708006bfe81f88f7f67a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 18 Dec 2025 21:08:28 +0000 Subject: [PATCH 1/2] changeset version bump --- .changeset/v3.36.13.md | 12 ------------ CHANGELOG.md | 6 ++++++ src/package.json | 2 +- 3 files changed, 7 insertions(+), 13 deletions(-) delete mode 100644 .changeset/v3.36.13.md diff --git a/.changeset/v3.36.13.md b/.changeset/v3.36.13.md deleted file mode 100644 index 2a65c5351c0..00000000000 --- a/.changeset/v3.36.13.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -"roo-cline": patch ---- - -![3.36.13 Release - Native Tool Protocol](/releases/3.36.13-release.png) - -- Change default tool protocol from XML to native for improved reliability and performance (PR #10186 by @mrubens) -- Add native tool support for VS Code Language Model API providers (PR #10191 by @daniel-lxs) -- Lock task tool protocol for consistent task resumption, ensuring tasks resume with the same protocol they started with (PR #10192 by @daniel-lxs) -- Replace edit_file tool alias with actual edit_file tool for improved diff editing capabilities (PR #9983 by @hannesrudolph) -- Fix LiteLLM router models by merging default model info for native tool calling support (PR #10187 by @daniel-lxs) -- Add PostHog exception tracking for consecutive mistake errors to improve error monitoring (PR #10193 by @daniel-lxs) diff --git a/CHANGELOG.md b/CHANGELOG.md index d09e0f52af4..60459048613 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Roo Code Changelog +## 3.36.13 + +### Patch Changes + +- ![3.36.13 Release - Native Tool Protocol](/releases/3.36.13-release.png) + ## [3.36.12] - 2025-12-18 ![3.36.12 Release - Better telemetry and Bedrock fixes](/releases/3.36.12-release.png) diff --git a/src/package.json b/src/package.json index 1122e10d249..bd201ba2c0b 100644 --- a/src/package.json +++ b/src/package.json @@ -3,7 +3,7 @@ "displayName": "%extension.displayName%", "description": "%extension.description%", "publisher": "RooVeterinaryInc", - "version": "3.36.12", + "version": "3.36.13", "icon": "assets/icons/icon.png", "galleryBanner": { "color": "#617A91", From a6fb15754861b34b6e16cf4dcfc9c2ce339fcc16 Mon Sep 17 00:00:00 2001 From: Chris Estreich Date: Thu, 18 Dec 2025 13:11:13 -0800 Subject: [PATCH 2/2] Update CHANGELOG for version 3.36.13 Updated changelog for version 3.36.13 with new features, improvements, and fixes. --- CHANGELOG.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60459048613..3cf3b41f9e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,15 @@ # Roo Code Changelog -## 3.36.13 +## [3.36.13] - 2025-12-18 -### Patch Changes +![3.36.13 Release - Native Tool Protocol](/releases/3.36.13-release.png) -- ![3.36.13 Release - Native Tool Protocol](/releases/3.36.13-release.png) +- Change default tool protocol from XML to native for improved reliability and performance (PR #10186 by @mrubens) +- Add native tool support for VS Code Language Model API providers (PR #10191 by @daniel-lxs) +- Lock task tool protocol for consistent task resumption, ensuring tasks resume with the same protocol they started with (PR #10192 by @daniel-lxs) +- Replace edit_file tool alias with actual edit_file tool for improved diff editing capabilities (PR #9983 by @hannesrudolph) +- Fix LiteLLM router models by merging default model info for native tool calling support (PR #10187 by @daniel-lxs) +- Add PostHog exception tracking for consecutive mistake errors to improve error monitoring (PR #10193 by @daniel-lxs) ## [3.36.12] - 2025-12-18