mirror of
https://github.com/OpenRouterTeam/spawn.git
synced 2026-04-30 21:09:29 +00:00
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:
parent
9a5502906d
commit
2ee7c0cef5
3 changed files with 246 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@openrouter/spawn",
|
||||
"version": "0.2.52",
|
||||
"version": "0.2.53",
|
||||
"type": "module",
|
||||
"bin": {
|
||||
"spawn": "cli.js"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue