You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/update-notes/v3.33.1.mdx
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,14 +16,14 @@ This release introduces native tool calling support for OpenAI-compatible provid
16
16
17
17
## Provider Updates
18
18
19
-
-**Native Tool Calling for OpenAI-compatible Providers**: Enables native tool use with a wider range of models and providers that support the OpenAI format, offering more robust tool interactions in both streaming and non-streaming modes (thanks mrubens!) ([#9369](https://github.com/RooCodeInc/Roo-Code/pull/9369))
19
+
-**Native Tool Calling for OpenAI-compatible Providers**: Enables native tool use with a wider range of models and providers that support the OpenAI format, offering more robust tool interactions in both streaming and non-streaming modes ([#9369](https://github.com/RooCodeInc/Roo-Code/pull/9369))
20
20
21
21
## Bug Fixes
22
22
23
-
-**Native Tool Protocol Race Condition**: Fixed a race condition where switching profiles or changing API configuration could cause tool results to be formatted incorrectly, leading to 400 errors (thanks daniel-lxs!) ([#9363](https://github.com/RooCodeInc/Roo-Code/pull/9363))
24
-
-**Native Tool Repetition Detection**: Fixed false positive "stuck in a loop" errors when using native tools repeatedly with different arguments (thanks daniel-lxs!) ([#9377](https://github.com/RooCodeInc/Roo-Code/pull/9377))
25
-
-**Strict Native Protocol Parsing**: Ensured no XML parsing occurs when the native protocol is active, preventing model confusion (thanks daniel-lxs!) ([#9371](https://github.com/RooCodeInc/Roo-Code/pull/9371))
26
-
-**Prompt Cleanliness**: Removed incompatible XML tool examples from the system prompt when native tool calling is enabled (thanks daniel-lxs!) ([#9367](https://github.com/RooCodeInc/Roo-Code/pull/9367))
27
-
-**Gemini Reasoning Config**: Fixed an issue where high/low reasoning effort configuration was not being applied correctly (thanks hannesrudolph!) ([#9375](https://github.com/RooCodeInc/Roo-Code/pull/9375))
28
-
-**Gemini Thought Validation**: Resolved integration errors with Gemini reasoning models by correctly handling thought signatures and token counting (thanks hannesrudolph!) ([#9380](https://github.com/RooCodeInc/Roo-Code/pull/9380))
29
-
-**Structured JSON Returns**: Updated tools to consistently return structured JSON when using the native protocol (thanks daniel-lxs!) ([#9373](https://github.com/RooCodeInc/Roo-Code/pull/9373))
23
+
-**Native Tool Protocol Race Condition**: Fixed a race condition where switching profiles or changing API configuration could cause tool results to be formatted incorrectly, leading to 400 errors ([#9363](https://github.com/RooCodeInc/Roo-Code/pull/9363))
24
+
-**Native Tool Repetition Detection**: Fixed false positive "stuck in a loop" errors when using native tools repeatedly with different arguments ([#9377](https://github.com/RooCodeInc/Roo-Code/pull/9377))
25
+
-**Strict Native Protocol Parsing**: Ensured no XML parsing occurs when the native protocol is active, preventing model confusion ([#9371](https://github.com/RooCodeInc/Roo-Code/pull/9371))
26
+
-**Prompt Cleanliness**: Removed incompatible XML tool examples from the system prompt when native tool calling is enabled ([#9367](https://github.com/RooCodeInc/Roo-Code/pull/9367))
27
+
-**Gemini Reasoning Config**: Fixed an issue where high/low reasoning effort configuration was not being applied correctly ([#9375](https://github.com/RooCodeInc/Roo-Code/pull/9375))
28
+
-**Gemini Thought Validation**: Resolved integration errors with Gemini reasoning models by correctly handling thought signatures and token counting ([#9380](https://github.com/RooCodeInc/Roo-Code/pull/9380))
29
+
-**Structured JSON Returns**: Updated tools to consistently return structured JSON when using the native protocol ([#9373](https://github.com/RooCodeInc/Roo-Code/pull/9373))
Copy file name to clipboardExpand all lines: docs/update-notes/v3.33.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ Roo Code now supports Google’s Gemini 3 Pro Preview model through direct Gemin
29
29
30
30
## QOL Improvements
31
31
32
-
-**Native Tool Calling for OpenAI-compatible Providers** ([#9369](https://github.com/RooCodeInc/Roo-Code/pull/9369)): Enables native tool use with a wider range of models and providers that support the OpenAI format, offering more robust tool interactions in both streaming and non-streaming modes (thanks mrubens!).
32
+
-**Native Tool Calling for OpenAI-compatible Providers** ([#9369](https://github.com/RooCodeInc/Roo-Code/pull/9369)): Enables native tool use with a wider range of models and providers that support the OpenAI format, offering more robust tool interactions in both streaming and non-streaming modes.
33
33
34
34
-**Git status in environment details** ([#9310](https://github.com/RooCodeInc/Roo-Code/pull/9310)): Shows git status information in environment details so agents have more context about untracked, modified, and staged files.
35
35
-**Tool protocol selector in advanced settings** ([#9324](https://github.com/RooCodeInc/Roo-Code/pull/9324)): Lets you choose which tool protocol to use (such as XML vs native) without editing config files.
0 commit comments