fix(coding-agent): unblock Windows external editor

closes #4612
This commit is contained in:
Armin Ronacher
2026-05-18 09:49:24 +02:00
parent c65177370b
commit a294cdafd9
3 changed files with 30 additions and 12 deletions

View File

@@ -4,6 +4,7 @@
### Fixed
- Fixed Windows external editor handoff so vim/nvim can receive input after opening from the TUI ([#4612](https://github.com/earendil-works/pi/issues/4612)).
- 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)).