mirror of
https://github.com/OpenRouterTeam/spawn.git
synced 2026-05-31 13:20:11 +00:00
- Add "Did you mean?" suggestions when agent/cloud names have typos (using Levenshtein distance, max 3 edits) - Handle "spawn <agent> --help" to show agent info instead of failing with "invalid characters" error on the --help flag - Handle "--help" after subcommands (spawn list --help, spawn agents --help) to show general help instead of silently ignoring the flag - Bump CLI version to 0.2.13 - Add 15 tests for levenshtein and findClosestMatch functions Agent: ux-engineer Co-authored-by: A <6723574+louisgv@users.noreply.github.com> Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| __tests__ | ||
| commands-logic.ts | ||
| commands.ts | ||
| index.ts | ||
| manifest.ts | ||
| security.ts | ||
| unicode-detect.ts | ||
| update-check.ts | ||