fix(coding-agent): align undici fetch globals

closes #4650

closes #4652

closes #4653
This commit is contained in:
Mario Zechner
2026-05-18 01:56:14 +02:00
parent 9e2bfc7c40
commit 085230373f
2 changed files with 7 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
### Fixed
- Fixed JSON parse failures for compressed fetch responses under Node 26.0 by installing undici fetch globals alongside pi's global dispatcher ([#4650](https://github.com/earendil-works/pi/issues/4650), [#4652](https://github.com/earendil-works/pi/issues/4652), [#4653](https://github.com/earendil-works/pi/issues/4653)).
- Fixed npm-family package commands on Windows to avoid shell argument splitting when install prefixes contain spaces ([#4623](https://github.com/earendil-works/pi/issues/4623)).
## [0.75.0] - 2026-05-17