fix(coding-agent): avoid Windows self-update native locks

closes #4157
This commit is contained in:
Armin Ronacher
2026-05-18 08:37:43 +02:00
parent 93b2e7fae7
commit 89b64d9dd5
4 changed files with 118 additions and 1 deletions

View File

@@ -2,6 +2,10 @@
## [Unreleased]
### Fixed
- 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)).
## [0.75.1] - 2026-05-18
### Fixed