From f7adc4b1cf5f0c888bb21ada3e464507cdea3c41 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 19 Dec 2025 12:41:05 -0800 Subject: [PATCH] Changeset version bump (#10219) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Chris Estreich --- .changeset/v3.36.15.md | 14 -------------- CHANGELOG.md | 13 +++++++++++++ src/package.json | 2 +- 3 files changed, 14 insertions(+), 15 deletions(-) delete mode 100644 .changeset/v3.36.15.md diff --git a/.changeset/v3.36.15.md b/.changeset/v3.36.15.md deleted file mode 100644 index a7702f747a..0000000000 --- a/.changeset/v3.36.15.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -"roo-cline": patch ---- - -![3.36.15 Release - 1M Context Window Support](/releases/3.36.15-release.png) - -- Add 1M context window beta support for Claude Sonnet 4 on Vertex AI, enabling significantly larger context for complex tasks (PR #10209 by @hannesrudolph) -- Add native tool calling support for LM Studio and Qwen-Code providers, improving compatibility with local models (PR #10208 by @hannesrudolph) -- Add native tool call defaults for OpenAI-compatible providers, expanding native function calling across more configurations (PR #10213 by @hannesrudolph) -- Enable native tool calls for Requesty provider (PR #10211 by @daniel-lxs) -- Improve API error handling and visibility with clearer error messages and better user feedback (PR #10204 by @brunobergher) -- Add downloadable error diagnostics from chat errors, making it easier to troubleshoot and report issues (PR #10188 by @brunobergher) -- Fix refresh models button not properly flushing the cache, ensuring model lists update correctly (#9682 by @tl-hbk, PR #9870 by @pdecat) -- Fix additionalProperties handling for strict mode compatibility, resolving schema validation issues with certain providers (PR #10210 by @daniel-lxs) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ca5f0bfba..01a8287b17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Roo Code Changelog +## [3.36.15] - 2025-12-19 + +![3.36.15 Release - 1M Context Window Support](/releases/3.36.15-release.png) + +- Add 1M context window beta support for Claude Sonnet 4 on Vertex AI, enabling significantly larger context for complex tasks (PR #10209 by @hannesrudolph) +- Add native tool calling support for LM Studio and Qwen-Code providers, improving compatibility with local models (PR #10208 by @hannesrudolph) +- Add native tool call defaults for OpenAI-compatible providers, expanding native function calling across more configurations (PR #10213 by @hannesrudolph) +- Enable native tool calls for Requesty provider (PR #10211 by @daniel-lxs) +- Improve API error handling and visibility with clearer error messages and better user feedback (PR #10204 by @brunobergher) +- Add downloadable error diagnostics from chat errors, making it easier to troubleshoot and report issues (PR #10188 by @brunobergher) +- Fix refresh models button not properly flushing the cache, ensuring model lists update correctly (#9682 by @tl-hbk, PR #9870 by @pdecat) +- Fix additionalProperties handling for strict mode compatibility, resolving schema validation issues with certain providers (PR #10210 by @daniel-lxs) + ## [3.36.14] - 2025-12-18 ![3.36.14 Release - Native Tool Calling for Claude on Vertex AI](/releases/3.36.14-release.png) diff --git a/src/package.json b/src/package.json index 51bc333c77..909348d7d2 100644 --- a/src/package.json +++ b/src/package.json @@ -3,7 +3,7 @@ "displayName": "%extension.displayName%", "description": "%extension.description%", "publisher": "RooVeterinaryInc", - "version": "3.36.14", + "version": "3.36.15", "icon": "assets/icons/icon.png", "galleryBanner": { "color": "#617A91",