spawn/cli/src
A 07bc681437
feat: make spawn list interactive -- browse and rerun past spawns (#531)
When run in a TTY, `spawn list` (or `spawn ls`) now shows an interactive
picker using @clack/prompts select. Users can navigate the list with
arrow keys and press Enter to immediately rerun a previous spawn.

Non-TTY environments (piped output, CI) continue to show the static
table as before.

Fixes #492

Agent: ux-engineer

Co-authored-by: A <6723574+louisgv@users.noreply.github.com>
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-02-11 14:23:42 -08:00
..
__tests__ test: Add cmdRun happy-path pipeline integration tests (#526) 2026-02-11 14:10:58 -08:00
commands.ts feat: make spawn list interactive -- browse and rerun past spawns (#531) 2026-02-11 14:23:42 -08:00
history.ts fix: show spawn history newest-first with rerun hint (#488) 2026-02-11 10:11:50 -08:00
index.ts fix: handle common verb aliases (run, launch, start, deploy, exec) in CLI (#516) 2026-02-11 13:26:25 -08:00
manifest.ts fix: improve error messages and UX consistency across CLI and shell scripts (#466) 2026-02-11 07:46:56 -08:00
security.ts fix: improve error messages with actionable guidance (#447) 2026-02-11 05:20:31 -08:00
unicode-detect.ts fix: Switch build target from node to bun to fix UTF-8 mojibake 2026-02-10 09:36:28 +00:00
update-check.ts fix: improve user-facing messages and error text across CLI and shell scripts (#464) 2026-02-11 07:26:00 -08:00