fix(ai): preserve OpenAI Responses assistant phase across turns closes #1819

This commit is contained in:
Mario Zechner 2026-03-05 21:12:49 +01:00
parent 3de8c48692
commit 87d71380e2
6 changed files with 48 additions and 8 deletions

View file

@ -2,6 +2,10 @@
## [Unreleased]
### Fixed
- Preserved OpenAI Responses assistant `phase` metadata (`commentary`, `final_answer`) across turns by encoding `id` and `phase` in `textSignature` for session persistence and replay, with backward compatibility for legacy plain signatures ([#1819](https://github.com/badlogic/pi-mono/issues/1819)).
## [0.56.1] - 2026-03-05
## [0.56.0] - 2026-03-04