spawn/cli/src
A 9493fcb973
fix: Improve error messages with better context and actionable guidance (#125)
- OAuth failures now explain WHY they failed (timeout, port conflict,
  no runtime, network) and suggest specific fixes
- Add duration hints to long-running operations (SSH wait: 30-90s,
  OAuth: 10-30s) so users know what to expect
- validateImplementation shows exact `spawn <agent> <cloud>` commands
  users can run instead of just listing cloud names
- SSH wait failure suggests checking cloud provider dashboard

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-09 20:18:26 -08:00
..
__tests__ test: Add 52 tests for manifest cache lifecycle edge cases (#117) 2026-02-09 19:50:13 -08:00
commands-logic.ts test: Add command logic tests and refactor for testability (#56) 2026-02-08 12:02:43 -08:00
commands.ts fix: Improve error messages with better context and actionable guidance (#125) 2026-02-09 20:18:26 -08:00
index.ts fix: Show identifier keys in agents/clouds output and fix prompt flag conflict (#110) 2026-02-09 19:24:58 -08:00
manifest.ts refactor: Automated improvements from cycle 1 2026-02-08 06:02:07 +00:00
security.ts UX: Improve error messages, help text, and progress indicators (#55) 2026-02-08 12:00:59 -08:00
version.ts Drop nounset (set -u) flag — incompatible with env var checks (#27) 2026-02-07 16:22:04 -08:00