Skip to content

Commit 1dd94fc

Browse files
committed
asfd
1 parent 87ba313 commit 1dd94fc

File tree

2 files changed

+1
-15
lines changed

2 files changed

+1
-15
lines changed

docs/update-notes/v3.33.2.mdx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,3 @@ This patch release focuses on Gemini native tool calling, making Roo Code Cloud
2424

2525
* **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))
2626
* **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))
27-
28-
## Documentation Updates
29-
30-
* **Gemini native tools**: Update [Gemini Provider](/providers/gemini) and [How tools work](/basic-usage/how-tools-work) with details and examples for Gemini native tool calling, including when it is used and how it behaves with different tools. (docs-update, docs-example; PR [#9343](https://github.com/RooCodeInc/Roo-Code/pull/9343))
31-
* **Roo Code Cloud credit balance**: Update [Roo Code Cloud billing & subscriptions](/roo-code-cloud/billing-subscriptions) and [Roo Code Cloud provider](/providers/roo-code-cloud) docs to show the in-extension RCC credit balance indicator and explain what it represents. (docs-update, docs-example; PR [#9386](https://github.com/RooCodeInc/Roo-Code/pull/9386))
32-
* **Images in native tools**: Clarify in [How tools work](/basic-usage/how-tools-work) that native tool calls preserve both text and image content, and that attached images can still be used by the model after tools run. (docs-update; PR [#9401](https://github.com/RooCodeInc/Roo-Code/pull/9401))
33-
* **Free model pricing display**: Refresh screenshots and wording in [Rates, limits, and pricing](/advanced-usage/rate-limits-costs) or related pricing documentation to show free models with explicit 0 input/output token prices. (docs-update; PR [#9419](https://github.com/RooCodeInc/Roo-Code/pull/9419))

docs/update-notes/v3.33.mdx

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,4 @@ Roo Code now supports Google’s Gemini 3 Pro Preview model through direct Gemin
5858
- **Use shields.io badges instead of badgen.net** ([#9318](https://github.com/RooCodeInc/Roo-Code/pull/9318)): Replaces broken badge URLs with shields.io.
5959
- **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.
6060
- **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.
62-
63-
## Documentation Updates
64-
65-
- **Gemini native tools** ([#9343](https://github.com/RooCodeInc/Roo-Code/pull/9343)): Update [Gemini Provider](/providers/gemini) and [How tools work](/basic-usage/how-tools-work) with details and examples for Gemini native tool calling (experimental, Google Gemini provider only, off by default).
66-
- **Roo Code Cloud credit balance** ([#9386](https://github.com/RooCodeInc/Roo-Code/pull/9386)): Update [Roo Code Cloud billing & subscriptions](/roo-code-cloud/billing-subscriptions) and [Roo Code Cloud provider](/providers/roo-code-cloud) docs to show the in-extension RCC credit balance indicator and explain what it represents.
67-
- **Images in native tools** ([#9401](https://github.com/RooCodeInc/Roo-Code/pull/9401)): Clarify in [How tools work](/basic-usage/how-tools-work) that native tool calls preserve both text and image content, and that attached images can still be used by the model after tools run.
68-
- **Free model pricing display** ([#9419](https://github.com/RooCodeInc/Roo-Code/pull/9419)): Refresh screenshots and wording in [Rate limits and pricing](/advanced-usage/rate-limits-costs) or related pricing documentation to show free models with explicit 0 input/output token prices.
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.

0 commit comments

Comments
 (0)