Skip to content

Commit daf2147

Browse files
committed
docs: remove excluded contributor acknowledgments
1 parent 2f2af48 commit daf2147

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

docs/update-notes/v3.33.1.mdx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ This release introduces native tool calling support for OpenAI-compatible provid
1616

1717
## Provider Updates
1818

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))
2020

2121
## Bug Fixes
2222

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))

docs/update-notes/v3.33.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Roo Code now supports Google’s Gemini 3 Pro Preview model through direct Gemin
2929

3030
## QOL Improvements
3131

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.
3333

3434
- **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.
3535
- **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

Comments
 (0)