fix(ai): preserve responses reasoning for out-of-order items

closes #6009
This commit is contained in:
Mario Zechner
2026-06-25 11:57:02 +02:00
parent 9cd2c81ada
commit 8c9dbffa36
2 changed files with 156 additions and 171 deletions
+1
View File
@@ -8,6 +8,7 @@
### Fixed
- Fixed OpenAI Responses streams to preserve reasoning replay state when output items finish out of order ([#6009](https://github.com/earendil-works/pi/issues/6009)).
- Fixed retry classification for provider errors that explicitly tell callers to retry the request ([#6019](https://github.com/earendil-works/pi/issues/6019)).
## [0.80.2] - 2026-06-23