fix(ai): handle OpenAI Responses reasoning text deltas

This commit is contained in:
Mario Zechner
2026-05-06 00:08:26 +02:00
parent 33fcfa18da
commit 31f5c23271
2 changed files with 18 additions and 1 deletions

View File

@@ -2,6 +2,11 @@
## [Unreleased]
### Fixed
- Fixed OpenAI Responses reasoning text streaming for LM Studio and other compatible providers that emit `response.reasoning_text.delta` events ([#4191](https://github.com/badlogic/pi-mono/pull/4191) by [@yaanfpv](https://github.com/yaanfpv)).
- Fixed OpenAI Codex OAuth refresh failures writing directly to stderr while the TUI is active ([#4141](https://github.com/badlogic/pi-mono/issues/4141)).
## [0.73.0] - 2026-05-04
### Breaking Changes