From 98d8d33d2b92d0437499658e0c839cc62f0767f9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 26 Nov 2025 23:06:22 +0000 Subject: [PATCH 1/2] changeset version bump --- .changeset/v3.34.6.md | 18 ------------------ CHANGELOG.md | 6 ++++++ src/package.json | 2 +- 3 files changed, 7 insertions(+), 19 deletions(-) delete mode 100644 .changeset/v3.34.6.md diff --git a/.changeset/v3.34.6.md b/.changeset/v3.34.6.md deleted file mode 100644 index ae9a097a89b..00000000000 --- a/.changeset/v3.34.6.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -"roo-cline": patch ---- - -![3.34.6 Release - Bedrock Embeddings](/releases/3.34.6-release.png) - -- Add support for AWS Bedrock embeddings in code indexing (#8658 by @kyle-hobbs, PR #9475 by @ggoranov-smar) -- Add native tool calling support for Mistral provider (PR #9625 by @hannesrudolph) -- Wire MULTIPLE_NATIVE_TOOL_CALLS experiment to OpenAI parallel_tool_calls for parallel tool execution (PR #9621 by @hannesrudolph) -- Add fine grained tool streaming for OpenRouter Anthropic (PR #9629 by @mrubens) -- Allow global inference selection for Bedrock when cross-region is enabled (PR #9616 by @roomote) -- Fix: Filter non-Anthropic content blocks before sending to Vertex API (#9583 by @cardil, PR #9618 by @hannesrudolph) -- Fix: Restore content undefined check in WriteToFileTool.handlePartial() (#9611 by @Lissanro, PR #9614 by @daniel-lxs) -- Fix: Prevent model cache from persisting empty API responses (#9597 by @zx2021210538, PR #9623 by @daniel-lxs) -- Fix: Exclude access_mcp_resource tool when MCP has no resources (PR #9615 by @daniel-lxs) -- Fix: Update default settings for inline terminal and codebase indexing (PR #9622 by @roomote) -- Fix: Convert line_ranges strings to lineRanges objects in native tool calls (PR #9627 by @daniel-lxs) -- Fix: Defer new_task tool_result until subtask completes for native protocol (PR #9628 by @daniel-lxs) diff --git a/CHANGELOG.md b/CHANGELOG.md index 198561e4ca0..c87585a9525 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Roo Code Changelog +## 3.34.6 + +### Patch Changes + +- ![3.34.6 Release - Bedrock Embeddings](/releases/3.34.6-release.png) + ## [3.34.5] - 2025-11-25 ![3.34.5 Release - Experimental Parallel Tool Calling](/releases/3.34.5-release.png) diff --git a/src/package.json b/src/package.json index ce2a20b170a..6c5a021fde4 100644 --- a/src/package.json +++ b/src/package.json @@ -3,7 +3,7 @@ "displayName": "%extension.displayName%", "description": "%extension.description%", "publisher": "RooVeterinaryInc", - "version": "3.34.5", + "version": "3.34.6", "icon": "assets/icons/icon.png", "galleryBanner": { "color": "#617A91", From 42b3426746da2dc3b9419da3e11709d8e5a18929 Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Wed, 26 Nov 2025 18:09:38 -0500 Subject: [PATCH 2/2] Update CHANGELOG for version 3.34.6 Added support for AWS Bedrock embeddings and various fixes. --- CHANGELOG.md | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c87585a9525..ffd4590800b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,21 @@ # Roo Code Changelog -## 3.34.6 - -### Patch Changes - -- ![3.34.6 Release - Bedrock Embeddings](/releases/3.34.6-release.png) +## [3.34.6] - 2025-11-26 + +![3.34.6 Release - Bedrock Embeddings](/releases/3.34.6-release.png) + +- Add support for AWS Bedrock embeddings in code indexing (#8658 by @kyle-hobbs, PR #9475 by @ggoranov-smar) +- Add native tool calling support for Mistral provider (PR #9625 by @hannesrudolph) +- Wire MULTIPLE_NATIVE_TOOL_CALLS experiment to OpenAI parallel_tool_calls for parallel tool execution (PR #9621 by @hannesrudolph) +- Add fine grained tool streaming for OpenRouter Anthropic (PR #9629 by @mrubens) +- Allow global inference selection for Bedrock when cross-region is enabled (PR #9616 by @roomote) +- Fix: Filter non-Anthropic content blocks before sending to Vertex API (#9583 by @cardil, PR #9618 by @hannesrudolph) +- Fix: Restore content undefined check in WriteToFileTool.handlePartial() (#9611 by @Lissanro, PR #9614 by @daniel-lxs) +- Fix: Prevent model cache from persisting empty API responses (#9597 by @zx2021210538, PR #9623 by @daniel-lxs) +- Fix: Exclude access_mcp_resource tool when MCP has no resources (PR #9615 by @daniel-lxs) +- Fix: Update default settings for inline terminal and codebase indexing (PR #9622 by @roomote) +- Fix: Convert line_ranges strings to lineRanges objects in native tool calls (PR #9627 by @daniel-lxs) +- Fix: Defer new_task tool_result until subtask completes for native protocol (PR #9628 by @daniel-lxs) ## [3.34.5] - 2025-11-25