Skip to content

Commit 1e642a4

Browse files
docs: add v3.33.2 release notes and update combined 3.33 (#416)
1 parent 97ae794 commit 1e642a4

File tree

4 files changed

+35
-4
lines changed

4 files changed

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

2222
* [3.33](/update-notes/v3.33) (Combined)
23+
* [3.33.2](/update-notes/v3.33.2) (2025-11-20)
2324
* [3.33.1](/update-notes/v3.33.1) (2025-11-18)
2425
* [3.33.0](/update-notes/v3.33.0) (2025-11-18)
2526

docs/update-notes/v3.33.2.mdx

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
description: Patch release adding Gemini native tool calling, in-extension Roo Code Cloud credit visibility, clearer free model pricing, and native tool reliability fixes.
3+
keywords:
4+
- roo code 3.33.2
5+
- new features
6+
- bug fixes
7+
- performance improvements
8+
- gemini provider
9+
- roo code cloud
10+
image: /img/social-share.jpg
11+
---
12+
13+
# Roo Code 3.33.2 Release Notes (2025-11-20)
14+
15+
This patch release focuses on Gemini native tool calling, making Roo Code Cloud usage more visible, clarifying which models are free, and improving native tool reliability and performance.
16+
17+
## QOL Improvements
18+
19+
* **Gemini native tool calling (experimental, Google Gemini provider only)**: Add an experimental option for the Google Gemini provider to call tools through the native tool protocol (off by default), so Gemini-based workflows that rely on tools can behave more like other native-tool providers without going through XML translation. ([#9343](https://github.com/RooCodeInc/Roo-Code/pull/9343))
20+
* **Roo Code Cloud credit balance in the extension**: Show your Roo Code Cloud RCC credit balance directly in the Roo provider settings when signed in, helping you track usage and avoid unexpected interruptions. ([#9386](https://github.com/RooCodeInc/Roo-Code/pull/9386))
21+
* **Explicit 0 pricing for free models**: Display a 0 price for both input and output tokens on free models in the pricing UI so it is obvious which options are free instead of leaving prices blank. ([#9419](https://github.com/RooCodeInc/Roo-Code/pull/9419))
22+
23+
## Bug Fixes
24+
25+
* **Preserve images in native tool call results**: Ensure images attached to messages are preserved and passed through native tool calls to the model, so follow-up reasoning can still use important visual context instead of losing it as plain text only. ([#9401](https://github.com/RooCodeInc/Roo-Code/pull/9401))
26+
* **Faster router model metadata loading**: Cut redundant getModel() calls and add a disk cache fallback for router-based providers, making capability metadata available on startup and reducing latency and flakiness when loading model info. ([#9410](https://github.com/RooCodeInc/Roo-Code/pull/9410))

docs/update-notes/v3.33.mdx

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,13 @@ keywords:
77
- native tool protocol
88
- openai compatible
99
- bug fixes
10-
image: /img/v3.33.0/v3.33.0.png
10+
image: /img/social-share.jpg
1111
---
1212

1313
# Roo Code 3.33 Release Notes (2025-11-18)
1414

1515
Roo Code 3.33 introduces support for Gemini 3 Pro Preview and native tool calling for OpenAI-compatible providers, along with improved Gemini defaults and numerous native tool protocol fixes.
1616

17-
<img src="/img/v3.33.0/v3.33.0.png" alt="Roo Code v3.33 Release" width="600" />
18-
1917
## Major Features
2018

2119
### Gemini 3 Pro Preview
@@ -37,6 +35,9 @@ Roo Code now supports Google’s Gemini 3 Pro Preview model through direct Gemin
3735
- **Improved Modes view toolbar** ([#9077](https://github.com/RooCodeInc/Roo-Code/pull/9077)): Moves Import/Export into the Modes view toolbar and cleans up the Mode edit view.
3836
- **Cloud agent CTA points to setup page** ([#9338](https://github.com/RooCodeInc/Roo-Code/pull/9338)): Updates the cloud agent call-to-action to link directly to the setup page.
3937
- **Roo Code Cloud provider pricing page** ([#9195](https://github.com/RooCodeInc/Roo-Code/pull/9195)): Adds a pricing page and related Cloud provider tweaks.
38+
- **Gemini native tool calling (experimental, Google Gemini provider only)** ([#9343](https://github.com/RooCodeInc/Roo-Code/pull/9343)): Adds an experimental native tool option (off by default) for the Google Gemini provider so Gemini-based workflows can use tools without XML translation and behave more like other native-tool providers.
39+
- **Roo Code Cloud credit balance in the extension** ([#9386](https://github.com/RooCodeInc/Roo-Code/pull/9386)): Shows your Roo Code Cloud RCC credit balance directly in the Roo provider settings so you can track usage and avoid unexpected interruptions.
40+
- **Explicit 0 pricing for free models** ([#9419](https://github.com/RooCodeInc/Roo-Code/pull/9419)): Displays explicit 0 input/output token prices for free models in the pricing UI so it is always clear which options are free.
4041

4142
## Bug Fixes
4243

@@ -55,4 +56,6 @@ Roo Code now supports Google’s Gemini 3 Pro Preview model through direct Gemin
5556
- **Structured JSON Returns** ([#9373](https://github.com/RooCodeInc/Roo-Code/pull/9373)): Updated tools to consistently return structured JSON when using the native protocol.
5657
- **VS Code theme-colored outline button borders** ([#9336](https://github.com/RooCodeInc/Roo-Code/pull/9336)): Aligns outline button borders with the current VS Code theme.
5758
- **Use shields.io badges instead of badgen.net** ([#9318](https://github.com/RooCodeInc/Roo-Code/pull/9318)): Replaces broken badge URLs with shields.io.
58-
- **Cap git status file sampling in evals** ([#9322](https://github.com/RooCodeInc/Roo-Code/pull/9322)): Adds a maximum for git status files in eval settings.
59+
- **Cap git status file sampling in evals** ([#9322](https://github.com/RooCodeInc/Roo-Code/pull/9322)): Adds a maximum for git status files in eval settings.
60+
- **Preserve images in native tool call results** ([#9401](https://github.com/RooCodeInc/Roo-Code/pull/9401)): Ensures images attached to messages are preserved and passed through native tool calls so follow-up reasoning can still use visual context instead of losing it as plain text only.
61+
- **Faster router model metadata loading** ([#9410](https://github.com/RooCodeInc/Roo-Code/pull/9410)): Reduces redundant getModel() calls and adds a disk-backed metadata cache so router-based providers start faster and are more reliable when loading model info.

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.33',
224224
items: [
225225
{ type: 'doc', id: 'update-notes/v3.33', label: '3.33 Combined' },
226+
{ type: 'doc', id: 'update-notes/v3.33.2', label: '3.33.2' },
226227
{ type: 'doc', id: 'update-notes/v3.33.1', label: '3.33.1' },
227228
{ type: 'doc', id: 'update-notes/v3.33.0', label: '3.33.0' },
228229
],

0 commit comments

Comments
 (0)