fix(coding-agent): disable undici http2

Fixes #4681. Fixes #4682.
This commit is contained in:
Mario Zechner
2026-05-18 11:57:51 +02:00
parent 0c4d704a7b
commit 967fb4d8b9
2 changed files with 5 additions and 1 deletions

View File

@@ -2,6 +2,10 @@
## [Unreleased]
### Fixed
- Fixed undici 8 HTTP/2 destroyed-session races crashing the Node CLI by preserving the previous HTTP/1.1-only fetch dispatcher behavior ([#4681](https://github.com/earendil-works/pi/issues/4681)).
## [0.75.2] - 2026-05-18
### Fixed