Skip to content

Commit bf9b3d2

Browse files
committed
docs: add release notes for v3.34.8
- Add v3.34.8.mdx with race condition fix for new_task tool - Update index.md with v3.34.8 entry - Update sidebars.ts navigation - Update combined v3.34.mdx notes with new bug fix - Add hero image for v3.34.8
1 parent 6aee02d commit bf9b3d2

File tree

5 files changed

+24
-1
lines changed

5 files changed

+24
-1
lines changed

docs/update-notes/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ 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)
2324
* [3.34.7](/update-notes/v3.34.7) (2025-11-27)
2425
* [3.34.6](/update-notes/v3.34.6) (2025-11-26)
2526
* [3.34.5](/update-notes/v3.34.5) (2025-11-25)

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: 2 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, native MCP tool reliability fixes, native tool calling for Anthropic, Z.AI, and Moonshot providers, improved cloud sign-in experience, and multiple bug 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

@@ -64,6 +64,7 @@ Browser Use now supports a more capable "2.0" experience ([#8941](https://github
6464
- **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)).
6565
- **OpenRouter Tool Calls**: Fixes tool calls handling when using OpenRouter provider ([#9642](https://github.com/RooCodeInc/Roo-Code/pull/9642)).
6666
- **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)).
6768

6869
## Provider Updates
6970

sidebars.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@ 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' },
226227
{ type: 'doc', id: 'update-notes/v3.34.7', label: '3.34.7' },
227228
{ type: 'doc', id: 'update-notes/v3.34.6', label: '3.34.6' },
228229
{ type: 'doc', id: 'update-notes/v3.34.5', label: '3.34.5' },

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

2.18 MB
Loading

0 commit comments

Comments
 (0)