feat(ai): add gpt-5.2-codex to OpenAI provider (#730)

* feat(ai): add gpt-5.2-codex to OpenAI provider

* fix(ai): avoid build break when model generation misses providers
This commit is contained in:
Anton 2026-01-14 13:21:01 -08:00 committed by GitHub
parent 9a438465eb
commit 5a795b9857
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 87 additions and 26 deletions

View file

@ -2,6 +2,10 @@
## [Unreleased]
### Added
- Added `gpt-5.2-codex` to OpenAI provider model list.
### Fixed
- Fixed signature support for non-Anthropic models in Amazon Bedrock provider ([#727](https://github.com/badlogic/pi-mono/pull/727) by [@unexge](https://github.com/unexge))