fix: handle common verb aliases (run, launch, start, deploy, exec) in CLI (#516)

Users coming from Docker, kubectl, or other CLIs naturally try
"spawn run claude sprite" or "spawn launch aider hetzner". Previously
these would show a confusing "Unknown command: run" error. Now the CLI
transparently strips these verb prefixes and forwards to the correct
agent/cloud handler. Bare verbs like "spawn run" show a helpful message
explaining the correct syntax.

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>
This commit is contained in:
A 2026-02-11 13:26:25 -08:00 committed by GitHub
parent 9a5502906d
commit 2ee7c0cef5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 246 additions and 1 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@openrouter/spawn",
"version": "0.2.52",
"version": "0.2.53",
"type": "module",
"bin": {
"spawn": "cli.js"