fix(coding-agent): bypass age gates for self-update

closes #4929
This commit is contained in:
Armin Ronacher
2026-05-27 00:59:09 +02:00
parent 4402100830
commit 59ec8003db
3 changed files with 58 additions and 25 deletions

View File

@@ -4,6 +4,7 @@
### Fixed
- Fixed self-update commands to bypass npm, pnpm, and Bun minimum release age gates for explicit `pi update` runs ([#4929](https://github.com/earendil-works/pi/issues/4929)).
- Fixed context token estimates to count user image attachments consistently with tool result images ([#4983](https://github.com/earendil-works/pi/issues/4983)).
- Fixed `RpcClient` to reject pending requests and consume stdin pipe errors when the child process exits unexpectedly ([#4764](https://github.com/earendil-works/pi/issues/4764)).
- 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)).