spawn/packages
Ahmed Abushagur 5ffa0f663b
fix: use @clack/prompts for all text input to prevent stdin death after multiselect (#1881)
The SSH key multiselect (@clack/prompts) creates and destroys its own
readline interface on stdin. Due to Bun #1707, subsequent Node readline
interfaces silently receive an immediate "close" event — causing the
model selection prompt to exit the process without reading input.

Fix: replace the readline-based prompt() with p.text() from @clack/prompts,
so all stdin interactions use the same library and never trigger the bug.

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-24 13:52:40 -05:00
..
cli fix: use @clack/prompts for all text input to prevent stdin death after multiselect (#1881) 2026-02-24 13:52:40 -05:00
shared feat: Result monad in shared + Claude Code fixtures + SPA Result adoption (#1858) 2026-02-23 22:48:51 -08:00