feat(ai): add GPT-5.5 Codex model

This commit is contained in:
Mario Zechner
2026-04-23 20:43:54 +02:00
parent e38647f376
commit f70d041e71
3 changed files with 33 additions and 0 deletions

View File

@@ -2,6 +2,10 @@
## [Unreleased]
### Added
- Added GPT-5.5 to OpenAI Codex model generation.
### Fixed
- Fixed `openai-completions` streamed tool-call assembly to coalesce deltas by stable tool index when OpenAI-compatible gateways mutate tool call IDs mid-stream, preventing malformed Kimi K2.6/OpenCode tool streams from splitting one call into multiple bogus tool calls ([#3576](https://github.com/badlogic/pi-mono/issues/3576))