fix(coding-agent): allow Windows pnpm self-update

closes #4157
This commit is contained in:
Armin Ronacher
2026-05-18 09:13:12 +02:00
parent 96cad24a07
commit c65177370b
3 changed files with 16 additions and 9 deletions

View File

@@ -6,6 +6,7 @@
- Fixed Windows npm self-updates to move loaded native dependency packages out of the active install before reinstalling pi ([#4157](https://github.com/earendil-works/pi/issues/4157)).
- Fixed `pi update --self` detection for pnpm v11 global installs whose package path resolves through the pnpm store ([#4647](https://github.com/earendil-works/pi/issues/4647)).
- Fixed Windows pnpm self-updates to resolve pnpm command shims and run through pnpm instead of requiring manual updates ([#4157](https://github.com/earendil-works/pi/issues/4157)).
## [0.75.1] - 2026-05-18