feat(ai): add claude-sonnet-4-6 to Antigravity, fix Claude thinking header detection, bump UA to 1.18.4

closes #1859
This commit is contained in:
Mario Zechner
2026-03-06 13:27:09 +01:00
parent b13e080113
commit e4172e68d0
5 changed files with 120 additions and 10 deletions

View File

@@ -2,6 +2,15 @@
## [Unreleased]
### Added
- Added `claude-sonnet-4-6` model for the `google-antigravity` provider ([#1859](https://github.com/badlogic/pi-mono/issues/1859)).
- Bumped default Antigravity User-Agent version to `1.18.4` ([#1859](https://github.com/badlogic/pi-mono/issues/1859)).
### Fixed
- Fixed Antigravity Claude thinking beta header detection to use provider and model capability instead of `-thinking` suffix, so models like `claude-sonnet-4-6` receive the header correctly ([#1859](https://github.com/badlogic/pi-mono/issues/1859)).
## [0.56.2] - 2026-03-05
### Added