Skip to content

Commit b702b47

Browse files
docs: add release notes for v3.35.2 (#430)
1 parent 01f0730 commit b702b47

File tree

5 files changed

+35
-0
lines changed

5 files changed

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

2222
* [3.35](/update-notes/v3.35) (Combined)
23+
* [3.35.2](/update-notes/v3.35.2) (2025-12-01)
2324
* [3.35.1](/update-notes/v3.35.1) (2025-12-01)
2425
* [3.35.0](/update-notes/v3.35.0) (2025-12-01)
2526

docs/update-notes/v3.35.2.mdx

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
description: Provider updates including model default temperatures and improved native tool support.
3+
keywords:
4+
- roo code 3.35.2
5+
- provider updates
6+
- model temperature
7+
- native tools
8+
- litellm
9+
image: /img/v3.35.2/v3.35.2.png
10+
---
11+
12+
# Roo Code 3.35.2 Release Notes (2025-12-01)
13+
14+
This release improves provider behavior with model default temperatures and enhanced native tool support across providers.
15+
16+
<img src="/img/v3.35.2/v3.35.2.png" alt="Roo Code v3.35.2 Release" width="600" />
17+
18+
## Provider Updates
19+
20+
* **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))
21+
22+
* **Roo Provider Native Tools**: Models with the `default-native-tools` tag automatically use native tool calling by default for improved tool-based interactions ([#9735](https://github.com/RooCodeInc/Roo-Code/pull/9735))
23+
24+
* **LiteLLM Native Tool Support**: All LiteLLM models now assume native tool support by default, improving tool compatibility and reducing configuration issues ([#9736](https://github.com/RooCodeInc/Roo-Code/pull/9736))
25+
26+
* **App Version Tracking**: The Roo provider now sends app version information with API requests for improved request tracking and analytics ([#9730](https://github.com/RooCodeInc/Roo-Code/pull/9730))

docs/update-notes/v3.35.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,10 @@ Native tool calling support has been expanded to 15+ providers:
5757
* **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))
5858
* **search_and_replace Tool**: Batch text replacements with partial matching and error recovery ([#9549](https://github.com/RooCodeInc/Roo-Code/pull/9549))
5959
* **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))
60+
61+
## Provider Updates
62+
63+
* **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))
64+
* **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))
65+
* **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))
66+
* **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))

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.35',
224224
items: [
225225
{ type: 'doc', id: 'update-notes/v3.35', label: '3.35 Combined' },
226+
{ type: 'doc', id: 'update-notes/v3.35.2', label: '3.35.2' },
226227
{ type: 'doc', id: 'update-notes/v3.35.1', label: '3.35.1' },
227228
{ type: 'doc', id: 'update-notes/v3.35.0', label: '3.35.0' },
228229
],

static/img/v3.35.2/v3.35.2.png

1.11 MB
Loading

0 commit comments

Comments
 (0)