Skip to content

Commit ac1c414

Browse files
committed
docs: downgrade native tool calling to grouped item in release notes
1 parent f22e203 commit ac1c414

File tree

2 files changed

+4
-16
lines changed

2 files changed

+4
-16
lines changed

docs/update-notes/v3.33.1.mdx

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

1515
<img src="/img/v3.33.1/v3.33.1.png" alt="Roo Code v3.33.1 Release" width="600" />
1616

17-
## Major Features
17+
## Provider Updates
1818

19-
### Native Tool Calling for OpenAI-compatible Providers
20-
21-
We've enabled native tool calling for providers using the OpenAI-compatible interface (thanks mrubens!) ([#9369](https://github.com/RooCodeInc/Roo-Code/pull/9369)):
22-
23-
- **Broad Compatibility**: Enables native tool use with a wider range of models and providers that support the OpenAI format.
24-
- **Improved Reliability**: Offers more robust tool interactions in both streaming and non-streaming modes compared to XML-based calling.
25-
26-
> **📚 Documentation**: See [OpenAI Compatible Provider](/providers/openai-compatible) for configuration details.
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))
2720

2821
## Bug Fixes
2922

docs/update-notes/v3.33.mdx

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,10 @@ Roo Code now supports Google’s Gemini 3 Pro Preview model through direct Gemin
2727
- **Reliable tool usage**: Executes complex multi-step tool workflows without getting stuck or losing track, especially in long, tool-heavy tasks.
2828
- **Better out-of-the-box defaults**: Uses `gemini-2.5-pro` by default where supported, sets a more natural temperature of 1, cleans up the Gemini model list, and includes reasoning / “thought” tokens in cost reporting so usage numbers better match provider billing.
2929

30-
### Native Tool Calling for OpenAI-compatible Providers
31-
32-
We've enabled native tool calling for providers using the OpenAI-compatible interface (thanks mrubens!) ([#9369](https://github.com/RooCodeInc/Roo-Code/pull/9369)):
33-
34-
- **Broad Compatibility**: Enables native tool use with a wider range of models and providers that support the OpenAI format.
35-
- **Improved Reliability**: Offers more robust tool interactions in both streaming and non-streaming modes compared to XML-based calling.
36-
3730
## QOL Improvements
3831

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!).
33+
3934
- **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.
4035
- **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.
4136
- **Dynamic tool protocol resolution** ([#9286](https://github.com/RooCodeInc/Roo-Code/pull/9286)): Resolves the active tool protocol using a clear precedence hierarchy.

0 commit comments

Comments
 (0)