Patch release: restores cursor shaping after extension reload and activation
from Pi-managed npm installs and standalone Pi binaries.
fixes
- the cursor returns to the insert-mode bar after
/reloadand continues to
switch between the insert-mode bar and normal-mode block (#43, #44) - Pi-managed npm installs now load when Pi supplies the coding-agent peer as a
virtual module instead of installing it beside pi-vim (#46, #47) - standalone Pi binaries now activate when the host entrypoint has no usable
filesystem path; clipboard-host resolution is lazy and fail-soft, so editing
continues with pi-vim's internal register fallback
credits
- @dabstractor — cursor reload report and fix (#43, #44)
- @peloyeje — Pi-managed npm activation fix (#47)
- @IgorKhramtsov — standalone reproduction and fail-soft resolution fix
known gap
- standalone clipboard reads and mirroring still fall back to pi-vim's internal
register; native standalone clipboard support remains tracked in #48 for
0.14.3
gates
905 unit tests; 321 passing nvim parity cases against real nvim v0.12.5
(23 documented skips); packed-size budget checks at 58,644 B packed and
231,210 B unpacked.