fix(ai): retry Bun socket drops

closes #6431
This commit is contained in:
Mario Zechner
2026-07-09 11:03:41 +02:00
parent 72d77b53de
commit 4285712bae
4 changed files with 13 additions and 0 deletions
+1
View File
@@ -19,6 +19,7 @@
- Fixed oversized bash tool timeouts to fail with a clear validation error instead of being clamped to an immediate timeout ([#6181](https://github.com/earendil-works/pi/issues/6181)).
- Fixed the edit tool schema to allow model-invented extra replacement fields instead of rejecting otherwise valid edits ([#6278](https://github.com/earendil-works/pi/issues/6278)).
- Fixed new session resets to clear cached label timestamps ([#6354](https://github.com/earendil-works/pi/issues/6354)).
- Fixed auto-retry for Bun fetch socket-drop errors reported as `socket connection was closed`, so transient provider disconnects do not end headless runs without retrying ([#6431](https://github.com/earendil-works/pi/issues/6431)).
### Removed