Skip to content

Commit 8f68add

Browse files
docs: add release notes for v3.34.7 (#426)
1 parent 956beb2 commit 8f68add

File tree

7 files changed

+67
-1
lines changed

7 files changed

+67
-1
lines changed

docs/update-notes/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ image: /img/social-share.jpg
2020
### Version 3.34
2121

2222
* [3.34](/update-notes/v3.34) (Combined)
23+
* [3.34.8](/update-notes/v3.34.8) (2025-11-27)
24+
* [3.34.7](/update-notes/v3.34.7) (2025-11-27)
2325
* [3.34.6](/update-notes/v3.34.6) (2025-11-26)
2426
* [3.34.5](/update-notes/v3.34.5) (2025-11-25)
2527
* [3.34.4](/update-notes/v3.34.4) (2025-11-25)

docs/update-notes/v3.34.7.mdx

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
title: "Roo Code v3.34.7"
3+
description: Native tool calling for Anthropic, Z.AI, and Moonshot providers, improved cloud onboarding, and bug fixes.
4+
keywords:
5+
- roo code 3.34.7
6+
- native tool calling
7+
- provider updates
8+
- bug fixes
9+
image: /img/v3.34.7/v3.34.7.png
10+
---
11+
12+
# Roo Code v3.34.7 Release Notes (2025-11-27)
13+
14+
This release adds native tool calling support for Anthropic, Z.AI, and Moonshot providers, improves cloud onboarding, and fixes several bugs.
15+
16+
<img src="/img/v3.34.7/v3.34.7.png" alt="Roo Code v3.34.7 Release" width="600" />
17+
18+
## QOL Improvements
19+
20+
* **Improved Cloud Sign-in Experience**: Adds a "taking you to cloud" screen with a progress indicator during authentication, plus a manual URL entry option as fallback for more reliable onboarding ([#9652](https://github.com/RooCodeInc/Roo-Code/pull/9652))
21+
22+
## Bug Fixes
23+
24+
* **OpenRouter GPT-5 Schema Validation**: Fixes schema validation errors when using GPT-5 models via OpenRouter with the read_file tool ([#9633](https://github.com/RooCodeInc/Roo-Code/pull/9633))
25+
* **write_to_file Directory Creation**: Fixes ENOENT errors when creating files in non-existent subdirectories (thanks ivanenev!) ([#9640](https://github.com/RooCodeInc/Roo-Code/pull/9640))
26+
* **OpenRouter Tool Calls**: Fixes tool calls handling when using OpenRouter provider ([#9642](https://github.com/RooCodeInc/Roo-Code/pull/9642))
27+
* **Claude Code Configuration**: Fixes configuration conflicts by correctly disabling native tools and temperature support options that are managed by the Claude Code CLI ([#9643](https://github.com/RooCodeInc/Roo-Code/pull/9643))
28+
29+
## Provider Updates
30+
31+
* **Anthropic Native Tool Calling**: Anthropic models now support native tool calling for improved performance and more reliable tool use ([#9644](https://github.com/RooCodeInc/Roo-Code/pull/9644))
32+
* **Z.AI Native Tool Calling**: Z.AI models (glm-4.5, glm-4.5-air, glm-4.5-x, glm-4.5-airx, glm-4.5-flash, glm-4.5v, glm-4.6, glm-4-32b-0414-128k) now support native tool calling ([#9645](https://github.com/RooCodeInc/Roo-Code/pull/9645))
33+
* **Moonshot Native Tool Calling**: Moonshot models now support native tool calling with parallel tool calls support ([#9646](https://github.com/RooCodeInc/Roo-Code/pull/9646))

docs/update-notes/v3.34.8.mdx

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: "Roo Code v3.34.8 Release Notes"
3+
description: "Roo Code v3.34.8 fixes a race condition in the new_task tool for native protocol APIs."
4+
keywords:
5+
- roo code 3.34.8
6+
- bug fixes
7+
- new_task tool
8+
- native protocol
9+
image: /img/v3.34.8/v3.34.8.png
10+
---
11+
12+
# Roo Code 3.34.8 Release Notes (2025-11-27)
13+
14+
This release fixes a race condition affecting subtask handling in native protocol APIs.
15+
16+
<img src="/img/v3.34.8/v3.34.8.png" alt="Roo Code v3.34.8 Release" width="600" />
17+
18+
## Bug Fixes
19+
20+
* **Race Condition in new_task Tool**: Fixes a timing issue where subtasks completing quickly (within 500ms) could break conversation history when using the `new_task` tool with native protocol APIs. Users on native protocol providers should now experience more reliable subtask handling. ([#9655](https://github.com/RooCodeInc/Roo-Code/pull/9655))

docs/update-notes/v3.34.mdx

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ image: /img/v3.34.0/v3.34.0.png
1414

1515
# Roo Code 3.34 Release Notes (2025-11-21)
1616

17-
Roo Code 3.34 combines Browser Use 2.0, the Baseten provider, OpenAI-compatible improvements, and refined onboarding and native tool descriptions with patches that add Roo Code Cloud eval support, clearer image generation prompts, todo list cleanup, cloud sync fixes, Claude Opus 4.5 across Roo Code Cloud, OpenRouter, Anthropic, and Vertex, AWS Bedrock embeddings for code indexing, improved native tool workflows for Mistral and OpenAI-compatible providers, smoother Anthropic tool streaming on OpenRouter, better Bedrock global inference selection, plus new provider reliability and model updates, free Black Forest Labs image generation on Roo Code Cloud, and native MCP tool reliability fixes.
17+
Roo Code 3.34 combines Browser Use 2.0, the Baseten provider, OpenAI-compatible improvements, and refined onboarding and native tool descriptions with patches that add Roo Code Cloud eval support, clearer image generation prompts, todo list cleanup, cloud sync fixes, Claude Opus 4.5 across Roo Code Cloud, OpenRouter, Anthropic, and Vertex, AWS Bedrock embeddings for code indexing, improved native tool workflows for Mistral and OpenAI-compatible providers, smoother Anthropic tool streaming on OpenRouter, better Bedrock global inference selection, plus new provider reliability and model updates, free Black Forest Labs image generation on Roo Code Cloud, native MCP tool reliability fixes, native tool calling for Anthropic, Z.AI, and Moonshot providers, improved cloud sign-in experience, a race condition fix for the new_task tool on native protocol, and multiple bug fixes.
1818

1919
<img src="/img/v3.34.0/v3.34.0.png" alt="Roo Code v3.34 Release" width="600" />
2020

@@ -43,6 +43,7 @@ Browser Use now supports a more capable "2.0" experience ([#8941](https://github
4343
- **Parallel native tool execution via OpenAI protocol**: Wires the `MULTIPLE_NATIVE_TOOL_CALLS` experiment to OpenAI's `parallel_tool_calls` capability so multiple tools can run in parallel under the OpenAI-compatible protocol, improving throughput for tool-heavy tasks ([#9621](https://github.com/RooCodeInc/Roo-Code/pull/9621)).
4444
- **Fine-grained tool streaming for OpenRouter Anthropic**: Adds fine-grained tool streaming support for Anthropic models on OpenRouter so tool call responses stream more smoothly and stay aligned with Anthropic's tool semantics ([#9629](https://github.com/RooCodeInc/Roo-Code/pull/9629)).
4545
- **Global inference selection for Bedrock with cross-region**: Allows global inference to pick Bedrock models correctly even when cross-region routing is enabled, reducing the risk of mismatched regions or unavailable models during automatic selection ([#9616](https://github.com/RooCodeInc/Roo-Code/pull/9616)).
46+
- **Improved Cloud Sign-in Experience**: Adds a "taking you to cloud" screen with a progress indicator during authentication, plus a manual URL entry option as fallback for more reliable onboarding ([#9652](https://github.com/RooCodeInc/Roo-Code/pull/9652)).
4647

4748
## Bug Fixes
4849

@@ -59,6 +60,11 @@ Browser Use now supports a more capable "2.0" experience ([#8941](https://github
5960
- **API handler refresh on tool protocol changes**: Ensures switching API profiles that only change the tool protocol still refreshes the underlying handler and parser so tool calls always use the correct configuration ([#9599](https://github.com/RooCodeInc/Roo-Code/pull/9599)).
6061
- **Native tools file reading regression for Grok Code Fast**: Restricts the single-file read behavior to XML tools so native tool calls use the standard multi-file-aware file reader and can access the workspace as expected ([#9600](https://github.com/RooCodeInc/Roo-Code/pull/9600)).
6162
- **Roo Code Cloud embeddings revert and reliability**: Removes Roo Code Cloud as an embeddings provider to prevent `codebase_search` from appearing when it is not configured and to avoid indexing getting stuck in a standby state ([#9602](https://github.com/RooCodeInc/Roo-Code/pull/9602)).
63+
- **OpenRouter GPT-5 Schema Validation**: Fixes schema validation errors when using GPT-5 models via OpenRouter with the read_file tool ([#9633](https://github.com/RooCodeInc/Roo-Code/pull/9633)).
64+
- **write_to_file Directory Creation**: Fixes ENOENT errors when creating files in non-existent subdirectories (thanks ivanenev!) ([#9640](https://github.com/RooCodeInc/Roo-Code/pull/9640)).
65+
- **OpenRouter Tool Calls**: Fixes tool calls handling when using OpenRouter provider ([#9642](https://github.com/RooCodeInc/Roo-Code/pull/9642)).
66+
- **Claude Code Configuration**: Fixes configuration conflicts by correctly disabling native tools and temperature support options that are managed by the Claude Code CLI ([#9643](https://github.com/RooCodeInc/Roo-Code/pull/9643)).
67+
- **Race Condition in new_task Tool**: Fixes a timing issue where subtasks completing quickly (within 500ms) could break conversation history when using the `new_task` tool with native protocol APIs ([#9655](https://github.com/RooCodeInc/Roo-Code/pull/9655)).
6268

6369
## Provider Updates
6470

@@ -72,3 +78,6 @@ Browser Use now supports a more capable "2.0" experience ([#8941](https://github
7278
- **Black Forest Labs models on OpenRouter**: Adds Black Forest Labs FLUX.2 Flex and FLUX.2 Pro image generation models via OpenRouter, giving you additional high-quality options when you prefer to use your OpenRouter account for image generation ([#9589](https://github.com/RooCodeInc/Roo-Code/pull/9589)).
7379
- **Bedrock Anthropic Claude Opus 4.5 for global inference**: Adds the Anthropic Claude Opus 4.5 Bedrock model to the global inference model list so it can be used automatically anywhere global inference is supported, with no extra setup ([#9595](https://github.com/RooCodeInc/Roo-Code/pull/9595)).
7480
- **AWS Bedrock embeddings for code indexing**: Adds support for using AWS Bedrock embeddings in code indexing so teams that standardize on Bedrock can reuse their existing infrastructure when indexing repos for Roo-based navigation and search ([#9475](https://github.com/RooCodeInc/Roo-Code/pull/9475)).
81+
- **Anthropic Native Tool Calling**: Anthropic models now support native tool calling for improved performance and more reliable tool use ([#9644](https://github.com/RooCodeInc/Roo-Code/pull/9644)).
82+
- **Z.AI Native Tool Calling**: Z.AI models (glm-4.5, glm-4.5-air, glm-4.5-x, glm-4.5-airx, glm-4.5-flash, glm-4.5v, glm-4.6, glm-4-32b-0414-128k) now support native tool calling ([#9645](https://github.com/RooCodeInc/Roo-Code/pull/9645)).
83+
- **Moonshot Native Tool Calling**: Moonshot models now support native tool calling with parallel tool calls support ([#9646](https://github.com/RooCodeInc/Roo-Code/pull/9646)).

sidebars.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,8 @@ const sidebars: SidebarsConfig = {
223223
label: '3.34',
224224
items: [
225225
{ type: 'doc', id: 'update-notes/v3.34', label: '3.34 Combined' },
226+
{ type: 'doc', id: 'update-notes/v3.34.8', label: '3.34.8' },
227+
{ type: 'doc', id: 'update-notes/v3.34.7', label: '3.34.7' },
226228
{ type: 'doc', id: 'update-notes/v3.34.6', label: '3.34.6' },
227229
{ type: 'doc', id: 'update-notes/v3.34.5', label: '3.34.5' },
228230
{ type: 'doc', id: 'update-notes/v3.34.4', label: '3.34.4' },

static/img/v3.34.7/v3.34.7.png

1.39 MB
Loading

static/img/v3.34.8/v3.34.8.png

2.18 MB
Loading

0 commit comments

Comments
 (0)