From f961b73d79d809c2019ef50a8a3dd6664272ac57 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 21:53:35 +0000 Subject: [PATCH 1/2] changeset version bump --- .changeset/v3.36.6.md | 13 ------------- CHANGELOG.md | 6 ++++++ src/package.json | 2 +- 3 files changed, 7 insertions(+), 14 deletions(-) delete mode 100644 .changeset/v3.36.6.md diff --git a/.changeset/v3.36.6.md b/.changeset/v3.36.6.md deleted file mode 100644 index dfeb5d581a8..00000000000 --- a/.changeset/v3.36.6.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -"roo-cline": patch ---- - -![3.36.6 Release - Tool Alias Support](/releases/3.36.6-release.png) - -- Add tool alias support for model-specific tool customization, allowing users to configure how tools are presented to different AI models (PR #9989 by @daniel-lxs) -- Sanitize MCP server and tool names for API compatibility, ensuring special characters don't cause issues with API calls (PR #10054 by @daniel-lxs) -- Improve auto-approve timer visibility in follow-up suggestions for better user awareness of pending actions (PR #10048 by @brunobergher) -- Fix: Cancel auto-approval timeout when user starts typing, preventing accidental auto-approvals during user interaction (PR #9937 by @roomote) -- Add WorkspaceTaskVisibility type for organization cloud settings to support team visibility controls (PR #10020 by @roomote) -- Fix: Extract raw error message from OpenRouter metadata for clearer error reporting (PR #10039 by @daniel-lxs) -- Fix: Show tool protocol dropdown for LiteLLM provider, restoring missing configuration option (PR #10053 by @daniel-lxs) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0d7c0e843e..df2b70efeb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Roo Code Changelog +## 3.36.6 + +### Patch Changes + +- ![3.36.6 Release - Tool Alias Support](/releases/3.36.6-release.png) + ## [3.36.5] - 2025-12-11 ![3.36.5 Release - GPT-5.2](/releases/3.36.5-release.png) diff --git a/src/package.json b/src/package.json index 8f6c9c087b4..7858f03408f 100644 --- a/src/package.json +++ b/src/package.json @@ -3,7 +3,7 @@ "displayName": "%extension.displayName%", "description": "%extension.description%", "publisher": "RooVeterinaryInc", - "version": "3.36.5", + "version": "3.36.6", "icon": "assets/icons/icon.png", "galleryBanner": { "color": "#617A91", From 0b112ce860e1b1cf3493626221cdd9c02112c505 Mon Sep 17 00:00:00 2001 From: Chris Estreich Date: Fri, 12 Dec 2025 14:04:04 -0800 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df2b70efeb7..cc1a449398d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,16 @@ # Roo Code Changelog -## 3.36.6 +## [3.36.6] - 2025-12-12 -### Patch Changes +![3.36.6 Release - Tool Alias Support](/releases/3.36.6-release.png) -- ![3.36.6 Release - Tool Alias Support](/releases/3.36.6-release.png) +- Add tool alias support for model-specific tool customization, allowing users to configure how tools are presented to different AI models (PR #9989 by @daniel-lxs) +- Sanitize MCP server and tool names for API compatibility, ensuring special characters don't cause issues with API calls (PR #10054 by @daniel-lxs) +- Improve auto-approve timer visibility in follow-up suggestions for better user awareness of pending actions (PR #10048 by @brunobergher) +- Fix: Cancel auto-approval timeout when user starts typing, preventing accidental auto-approvals during user interaction (PR #9937 by @roomote) +- Add WorkspaceTaskVisibility type for organization cloud settings to support team visibility controls (PR #10020 by @roomote) +- Fix: Extract raw error message from OpenRouter metadata for clearer error reporting (PR #10039 by @daniel-lxs) +- Fix: Show tool protocol dropdown for LiteLLM provider, restoring missing configuration option (PR #10053 by @daniel-lxs) ## [3.36.5] - 2025-12-11