fix(coding-agent): handle undici mid-stream client errors

closes #6133
This commit is contained in:
Mario Zechner
2026-06-30 11:42:39 +02:00
parent 939c39ab84
commit 2117b61c6b
2 changed files with 35 additions and 1 deletions
+1
View File
@@ -8,6 +8,7 @@
### Fixed
- Fixed a crash when undici emits an internal client error while terminating a mid-stream HTTP response ([#6133](https://github.com/earendil-works/pi/issues/6133)).
- Fixed the compaction event regression test to cover status indicator cleanup and keep CI passing.
- Fixed interactive status indicators so ending work, retry, compaction, or branch-summary indicators no longer shrink the TUI when clear-on-shrink is enabled ([#6026](https://github.com/earendil-works/pi/pull/6026)).
- Fixed `--session` and `SessionManager.open()` to reject non-empty invalid session files without overwriting them ([#6002](https://github.com/earendil-works/pi/issues/6002)).