fix(coding-agent): retry RPC stdout backpressure

closes #4897
This commit is contained in:
Armin Ronacher
2026-05-24 22:59:35 +02:00
parent 9600ded922
commit ce0e801d8e
4 changed files with 76 additions and 22 deletions

View File

@@ -5,6 +5,7 @@
### Fixed
- Fixed managed npm extension updates to avoid package managers installing or resolving pi host packages as peer dependencies ([#4907](https://github.com/earendil-works/pi/issues/4907)).
- Fixed RPC mode raw stdout writes to retry transient backpressure errors and flush queued protocol output during shutdown ([#4897](https://github.com/earendil-works/pi/issues/4897)).
## [0.75.5] - 2026-05-23