Skip to content

Commit 42b3426

Browse files
authored
Update CHANGELOG for version 3.34.6
Added support for AWS Bedrock embeddings and various fixes.
1 parent 98d8d33 commit 42b3426

File tree

1 file changed

+16
-5
lines changed

1 file changed

+16
-5
lines changed

CHANGELOG.md

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,21 @@
11
# Roo Code Changelog
22

3-
## 3.34.6
4-
5-
### Patch Changes
6-
7-
- ![3.34.6 Release - Bedrock Embeddings](/releases/3.34.6-release.png)
3+
## [3.34.6] - 2025-11-26
4+
5+
![3.34.6 Release - Bedrock Embeddings](/releases/3.34.6-release.png)
6+
7+
- Add support for AWS Bedrock embeddings in code indexing (#8658 by @kyle-hobbs, PR #9475 by @ggoranov-smar)
8+
- Add native tool calling support for Mistral provider (PR #9625 by @hannesrudolph)
9+
- Wire MULTIPLE_NATIVE_TOOL_CALLS experiment to OpenAI parallel_tool_calls for parallel tool execution (PR #9621 by @hannesrudolph)
10+
- Add fine grained tool streaming for OpenRouter Anthropic (PR #9629 by @mrubens)
11+
- Allow global inference selection for Bedrock when cross-region is enabled (PR #9616 by @roomote)
12+
- Fix: Filter non-Anthropic content blocks before sending to Vertex API (#9583 by @cardil, PR #9618 by @hannesrudolph)
13+
- Fix: Restore content undefined check in WriteToFileTool.handlePartial() (#9611 by @Lissanro, PR #9614 by @daniel-lxs)
14+
- Fix: Prevent model cache from persisting empty API responses (#9597 by @zx2021210538, PR #9623 by @daniel-lxs)
15+
- Fix: Exclude access_mcp_resource tool when MCP has no resources (PR #9615 by @daniel-lxs)
16+
- Fix: Update default settings for inline terminal and codebase indexing (PR #9622 by @roomote)
17+
- Fix: Convert line_ranges strings to lineRanges objects in native tool calls (PR #9627 by @daniel-lxs)
18+
- Fix: Defer new_task tool_result until subtask completes for native protocol (PR #9628 by @daniel-lxs)
819

920
## [3.34.5] - 2025-11-25
1021

0 commit comments

Comments
 (0)