From 826a34659f0d4de88a2584da5e7af252fb91d071 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 16 Dec 2025 18:34:58 +0000 Subject: [PATCH] changeset version bump --- .changeset/v3.36.8.md | 16 ---------------- CHANGELOG.md | 6 ++++++ src/package.json | 2 +- 3 files changed, 7 insertions(+), 17 deletions(-) delete mode 100644 .changeset/v3.36.8.md diff --git a/.changeset/v3.36.8.md b/.changeset/v3.36.8.md deleted file mode 100644 index e31d648bb61..00000000000 --- a/.changeset/v3.36.8.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -"roo-cline": patch ---- - -![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) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f52278fb8b..19ad1c4b030 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Roo Code Changelog +## 3.36.8 + +### Patch Changes + +- ![3.36.8 Release - Native Tools Enabled by Default](/releases/3.36.8-release.png) + ## [3.36.7] - 2025-12-15 - Improve tool configuration for OpenAI models in OpenRouter (PR #10082 by @hannesrudolph) diff --git a/src/package.json b/src/package.json index 544544c5b88..23ec2bc6969 100644 --- a/src/package.json +++ b/src/package.json @@ -3,7 +3,7 @@ "displayName": "%extension.displayName%", "description": "%extension.description%", "publisher": "RooVeterinaryInc", - "version": "3.36.7", + "version": "3.36.8", "icon": "assets/icons/icon.png", "galleryBanner": { "color": "#617A91",