fix(coding-agent): remove global fetch override closes #4619

This commit is contained in:
Mario Zechner
2026-05-17 20:51:26 +02:00
parent 6f931797ca
commit c9e7049212
11 changed files with 40 additions and 27 deletions

View File

@@ -2,6 +2,10 @@
## [Unreleased]
### Breaking Changes
- Raised the minimum supported Node.js version to 22.19.0.
### Fixed
- Fixed `streamSimple()` defaults for models whose advertised output limit is effectively their full context window to avoid impossible default requests ([#4614](https://github.com/earendil-works/pi/issues/4614)).