Fix Gemini 3 Flash Preview thinking levels (#212)

* use the correct Gemini 3 Flash Preview thinking levels

* fix a build error

* add changelog entry

* regenerate models

* make less assumptions about future models
This commit is contained in:
Markus Ylisiurunen
2025-12-18 14:03:28 +02:00
committed by GitHub
parent a8b58335c3
commit d690310587
5 changed files with 35 additions and 11 deletions

View File

@@ -2,6 +2,10 @@
## [Unreleased]
### Added
- **Gemini 3 Flash thinking support**: Extended thinking level support for Gemini 3 Flash models (MINIMAL, LOW, MEDIUM, HIGH) to match Pro models' capabilities. ([#212](https://github.com/badlogic/pi-mono/pull/212) by [@markusylisiurunen](https://github.com/markusylisiurunen))
## [0.22.3] - 2025-12-16
### Added