docs(changelog): add gpt-5.4 entries

This commit is contained in:
Mario Zechner 2026-03-05 23:07:43 +01:00
parent 8e77bb3272
commit a74b18ca5a
2 changed files with 8 additions and 0 deletions

View file

@ -2,6 +2,10 @@
## [Unreleased]
### Changed
- Updated the default models for the `openai` and `openai-codex` providers to `gpt-5.4`.
### Fixed
- Fixed GPT-5.3 Codex follow-up turns dropping OpenAI Responses assistant `phase` metadata by preserving replayable signatures in session history and forwarding `phase` back to the Responses API ([#1819](https://github.com/badlogic/pi-mono/issues/1819)).