v4.9.2 — Windows update spawn fix + REPL confirmation UX
·
31 commits
to main
since this release
Hotfix for Windows update install + REPL confirmation UX.
Fixed
- Windows
/update installspawn EINVAL —npm.cmdnow spawns cleanly viacmd.exe /con Windows. MCP server connect (npx-based MCP installs) gets the same fix. - REPL confirmation prompts now visible —
(y/N)hint, distinct?glyph, explicit cancellation reasons. Affects/channel telegram remove/takeover,/cron remove,/plugins install/uninstall.
Known follow-ups for v4.10
- Typing-suggestion cursor misalignment in REPL input area (carried from v4.9.0 — proper save/restore refactor needs the test-harness work planned for v4.10).
- Hooks subprocess runner + MCP install healthCheck still use the older spawn pattern (same root cause as Windows update spawn, lower exposure in practice — migration scheduled for v4.10).