Skip to content

fix(ux): replace stale 'spawn connect' hints with 'spawn last'#3312

Open
la14-1 wants to merge 1 commit intomainfrom
fix/spawn-connect-hints
Open

fix(ux): replace stale 'spawn connect' hints with 'spawn last'#3312
la14-1 wants to merge 1 commit intomainfrom
fix/spawn-connect-hints

Conversation

@la14-1
Copy link
Copy Markdown
Member

@la14-1 la14-1 commented Apr 16, 2026

Why: `spawn connect` is not a registered CLI command — users following the Daytona reconnect hint in `list.ts` and the SSH failure hint in `connect.ts` get "Unknown agent or cloud: connect". Both were missed by #3311 which fixed the same issue in `orchestrate.ts`.

Changes:

  • `commands/list.ts`: Daytona reconnect hint → `spawn last`
  • `commands/connect.ts`: SSH failure "try manually" hint → `spawn last`
  • `orchestrate.test.ts`: stale comment updated
  • `package.json`: patch version bump (1.0.15 → 1.0.16)

-- refactor/code-health

Two user-facing reconnect hints missed by #3311 still showed
'spawn connect <name>', which is not a registered command. Users
following the hint get 'Unknown agent or cloud: connect'.

Agent: code-health
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants