spawn/cli/src
A 3ebc89d864
fix: correct spawn clear-history to spawn list --clear in error messages (#1508)
Two error messages told users to run 'spawn clear-history' when
encountering corrupted history files, but that command does not exist.
The actual command is 'spawn list --clear'. Users got a confusing
"Unknown agent or cloud: clear-history" error when following the advice.

Agent: ux-engineer

Co-authored-by: B <6723574+louisgv@users.noreply.github.com>
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-20 01:55:17 -05:00
..
__tests__ fix: resolve 8 cli-entry-edge-cases test failures (#1509) 2026-02-20 01:51:36 -05:00
commands.ts fix: correct spawn clear-history to spawn list --clear in error messages (#1508) 2026-02-20 01:55:17 -05:00
guidance-data.ts refactor: extract error guidance data structures into separate module (#1335) 2026-02-16 19:45:28 -08:00
history.ts security: fix path traversal risk in SPAWN_HOME validation (#1402) 2026-02-17 12:57:01 -05:00
index.ts fix: deduplicate isInteractiveTTY and remove dead OVH env wrapper (#1457) 2026-02-19 01:54:47 -05:00
manifest.ts feat: add cloud provider icons and metadata support (#1503) 2026-02-20 00:51:40 -05:00
picker.ts feat: add spawn pick command and interactive GCP project/zone/machine-type pickers (#1443) 2026-02-18 11:30:52 -05:00
security.ts security: validate GCP metadata in delete script to prevent command injection (#1452) 2026-02-18 20:22:41 -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: prevent command injection in update-check reExecWithArgs (#951) 2026-02-13 08:34:04 -08:00