mirror of
https://github.com/OpenRouterTeam/spawn.git
synced 2026-05-15 18:30:40 +00:00
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> |
||
|---|---|---|
| .. | ||
| agent-setup.ts | ||
| agents.ts | ||
| cloud-init.ts | ||
| oauth.ts | ||
| orchestrate.ts | ||
| ssh-keys.ts | ||
| ssh.ts | ||
| ui.ts | ||