Skip to content

Commit c5cdba6

Browse files
docs: add release notes for v3.35.3 and v3.35.4 (#436)
1 parent 3b1a7d1 commit c5cdba6

File tree

5 files changed

+55
-0
lines changed

5 files changed

+55
-0
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.35
2121

2222
* [3.35](/update-notes/v3.35) (Combined)
23+
* [3.35.4](/update-notes/v3.35.4) (2025-12-02)
24+
* [3.35.3](/update-notes/v3.35.3) (2025-12-02)
2325
* [3.35.2](/update-notes/v3.35.2) (2025-12-01)
2426
* [3.35.1](/update-notes/v3.35.1) (2025-12-01)
2527
* [3.35.0](/update-notes/v3.35.0) (2025-12-01)

docs/update-notes/v3.35.3.mdx

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
description: Roo Code 3.35.3 features an improved welcome view and stealth model privacy for API configurations.
3+
keywords:
4+
- roo code 3.35.3
5+
- welcome view
6+
- stealth models
7+
- privacy
8+
image: /img/social-share.jpg
9+
---
10+
11+
# Roo Code 3.35.3 Release Notes (2025-12-02)
12+
13+
This release improves the onboarding experience with a simplified welcome view and adds stealth model support for API providers.
14+
15+
## QOL Improvements
16+
17+
* **New Welcome View**: Simplified welcome view with consolidated components for a cleaner, more consistent onboarding experience ([#9741](https://github.com/RooCodeInc/Roo-Code/pull/9741))
18+
19+
## Misc Improvements
20+
21+
* **Stealth Model Privacy**: Models tagged with "stealth" in the Roo API now receive vendor confidentiality instructions in their system prompt, enabling white-label or anonymous model experiences ([#9742](https://github.com/RooCodeInc/Roo-Code/pull/9742))

docs/update-notes/v3.35.4.mdx

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
description: Roo Code 3.35.4 fixes tool call handling, simplifies the write_to_file tool, and updates z.ai provider settings.
3+
keywords:
4+
- roo code 3.35.4
5+
- bug fixes
6+
- write_to_file
7+
- z.ai
8+
image: /img/social-share.jpg
9+
---
10+
11+
# Roo Code 3.35.4 Release Notes (2025-12-02)
12+
13+
This release fixes a tool call handling regression, simplifies the write_to_file tool, and corrects z.ai provider UI.
14+
15+
## QOL Improvements
16+
17+
* **Simplified write_to_file Tool**: The `line_count` parameter has been removed from the write_to_file tool, making tool calls cleaner and reducing potential errors from incorrect line counts ([#9667](https://github.com/RooCodeInc/Roo-Code/pull/9667))
18+
19+
## Bug Fixes
20+
21+
* **Malformed Tool Call Fix**: Fixed a regression where malformed native tool calls would cause Roo Code to hang indefinitely. Tool calls now proceed to validation which catches and reports the missing parameters properly ([#9758](https://github.com/RooCodeInc/Roo-Code/pull/9758))
22+
23+
## Provider Updates
24+
25+
* **z.ai GLM Model Fix**: Removed misleading reasoning toggle UI for GLM-4.5 and GLM-4.6 models on z.ai provider, as these models don't support think/reasoning data for coding agents ([#9752](https://github.com/RooCodeInc/Roo-Code/pull/9752))

docs/update-notes/v3.35.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,23 +44,28 @@ Native tool calling support has been expanded to 15+ providers:
4444
* **Tool Format in Environment Details**: Models now receive tool format information, improving behavior when switching between XML and native tools ([#9661](https://github.com/RooCodeInc/Roo-Code/pull/9661))
4545
* **Debug Buttons**: View API and UI history with new debug buttons (requires `roo-cline.debug: true`) ([#9684](https://github.com/RooCodeInc/Roo-Code/pull/9684))
4646
* **Grok Code Fast Default**: Native tools now default for xai/grok-code-fast-1 ([#9717](https://github.com/RooCodeInc/Roo-Code/pull/9717))
47+
* **New Welcome View**: Simplified welcome view with consolidated components for a cleaner, more consistent onboarding experience ([#9741](https://github.com/RooCodeInc/Roo-Code/pull/9741))
48+
* **Simplified write_to_file Tool**: The `line_count` parameter has been removed from the write_to_file tool, making tool calls cleaner and reducing potential errors from incorrect line counts ([#9667](https://github.com/RooCodeInc/Roo-Code/pull/9667))
4749

4850
## Bug Fixes
4951

5052
* **Parallel Tool Calls Fix**: Preserve tool_use blocks in summary during context condensation, fixing 400 errors with Anthropic's parallel tool calls feature (thanks SilentFlower!) ([#9714](https://github.com/RooCodeInc/Roo-Code/pull/9714))
5153
* **Navigation Button Wrapping**: Prevent navigation buttons from wrapping on smaller screens ([#9721](https://github.com/RooCodeInc/Roo-Code/pull/9721))
5254
* **Task Delegation Tool Flush**: Fixes 400 errors that occurred when using native tool protocol with parallel tool calls (e.g., `update_todo_list` + `new_task`). Pending tool results are now properly flushed before task delegation ([#9726](https://github.com/RooCodeInc/Roo-Code/pull/9726))
55+
* **Malformed Tool Call Fix**: Fixed a regression where malformed native tool calls would cause Roo Code to hang indefinitely. Tool calls now proceed to validation which catches and reports the missing parameters properly ([#9758](https://github.com/RooCodeInc/Roo-Code/pull/9758))
5356

5457
## Misc Improvements
5558

5659
* **Model-specific Tool Customization**: Configure `excludedTools` and `includedTools` per model for fine-grained tool availability control ([#9641](https://github.com/RooCodeInc/Roo-Code/pull/9641))
5760
* **apply_patch Tool**: New native tool for file editing using simplified diff format with fuzzy matching and file rename support ([#9663](https://github.com/RooCodeInc/Roo-Code/pull/9663))
5861
* **search_and_replace Tool**: Batch text replacements with partial matching and error recovery ([#9549](https://github.com/RooCodeInc/Roo-Code/pull/9549))
5962
* **Better IPC Error Logging**: Error logs now display detailed structured data instead of unhelpful `[object Object]` messages, making debugging extension issues easier ([#9727](https://github.com/RooCodeInc/Roo-Code/pull/9727))
63+
* **Stealth Model Privacy**: Models tagged with "stealth" in the Roo API now receive vendor confidentiality instructions in their system prompt, enabling white-label or anonymous model experiences ([#9742](https://github.com/RooCodeInc/Roo-Code/pull/9742))
6064

6165
## Provider Updates
6266

6367
* **Model Default Temperatures**: Models can now specify their own default temperature settings. Temperature precedence is: user's custom setting → model's default → system default ([#9734](https://github.com/RooCodeInc/Roo-Code/pull/9734))
6468
* **Roo Provider Native Tools**: Models with the `default-native-tools` tag automatically use native tool calling by default ([#9735](https://github.com/RooCodeInc/Roo-Code/pull/9735))
6569
* **LiteLLM Native Tool Support**: All LiteLLM models now assume native tool support by default, improving tool compatibility ([#9736](https://github.com/RooCodeInc/Roo-Code/pull/9736))
6670
* **App Version Tracking**: The Roo provider now sends app version information with API requests for improved request tracking ([#9730](https://github.com/RooCodeInc/Roo-Code/pull/9730))
71+
* **z.ai GLM Model Fix**: Removed misleading reasoning toggle UI for GLM-4.5 and GLM-4.6 models on z.ai provider, as these models don't support think/reasoning data for coding agents ([#9752](https://github.com/RooCodeInc/Roo-Code/pull/9752))

sidebars.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,8 @@ const sidebars: SidebarsConfig = {
224224
label: '3.35',
225225
items: [
226226
{ type: 'doc', id: 'update-notes/v3.35', label: '3.35 Combined' },
227+
{ type: 'doc', id: 'update-notes/v3.35.4', label: '3.35.4' },
228+
{ type: 'doc', id: 'update-notes/v3.35.3', label: '3.35.3' },
227229
{ type: 'doc', id: 'update-notes/v3.35.2', label: '3.35.2' },
228230
{ type: 'doc', id: 'update-notes/v3.35.1', label: '3.35.1' },
229231
{ type: 'doc', id: 'update-notes/v3.35.0', label: '3.35.0' },

0 commit comments

Comments
 (0)