Delete .changeset/fix-gemini-3-thinking-level.md

This commit is contained in:
Hannes Rudolph 2026-01-07 16:41:14 -07:00 committed by GitHub
parent 41c99fad5d
commit 864f2af379
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,12 +0,0 @@
---
"roo-cline": patch
---
fix(gemini): upgrade @google/genai to support thinkingLevel for Gemini 3 models
The previous SDK version (1.29.1) did not include the `thinkingLevel` property in
`ThinkingConfig`, causing INVALID_ARGUMENT errors when using Gemini 3 Pro and Flash
models which require effort-based reasoning configuration via `thinkingLevel`.
Updated to @google/genai ^1.30.0 which adds support for `thinkingLevel` with values:
MINIMAL, LOW, MEDIUM, HIGH.