Skip to content

v4.9.2 — Windows update spawn fix + REPL confirmation UX

Choose a tag to compare

@shivadeore111-design shivadeore111-design released this 23 May 16:15
· 31 commits to main since this release

Hotfix for Windows update install + REPL confirmation UX.

Fixed

  • Windows /update install spawn EINVALnpm.cmd now spawns cleanly via cmd.exe /c on 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).