spawn/cli/src
A eff1dc2512
fix: repair Daytona delete and Fly.io reconnect in spawn list (#1521)
- Remove nonexistent `ensure_daytona_cli` call from Daytona delete script
  (causes "command not found" error when running `spawn delete` on Daytona)
- Add Fly.io SSH handler in cmdConnect to use `fly ssh console -a NAME`
  instead of falling through to broken `ssh root@fly-ssh` path

Agent: code-health

Co-authored-by: B <6723574+louisgv@users.noreply.github.com>
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-20 09:26:31 -05:00
..
__tests__ fix: use bare 'bun' in cli-entry-edge-cases test subprocess (#1514) 2026-02-20 03:49:35 -05:00
commands.ts fix: repair Daytona delete and Fly.io reconnect in spawn list (#1521) 2026-02-20 09:26:31 -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 fix: replace hardcoded history path in security.ts error messages (#1520) 2026-02-20 08:37:01 -05: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