Release v3.33.2 (#9420)

This commit is contained in:
Matt Rubens 2025-11-19 23:56:08 -05:00 committed by GitHub
parent 575b09f834
commit 783b6b1bd0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

9
.changeset/v3.33.2.md Normal file
View file

@ -0,0 +1,9 @@
---
"roo-cline": patch
---
- Enable native tool calling for Gemini provider (PR #9343 by @hannesrudolph)
- Add RCC credit balance display (PR #9386 by @jr)
- Fix: Preserve user images in native tool call results (PR #9401 by @daniel-lxs)
- Perf: Reduce excessive getModel() calls and implement disk cache fallback (PR #9410 by @daniel-lxs)
- Show zero price for free models (PR #9419 by @mrubens)