mirror of
https://github.com/OpenRouterTeam/spawn.git
synced 2026-04-28 20:09:34 +00:00
fix: Improve CLI info pages with counts and type grouping (#364)
- Agent info (spawn <agent>) now shows "X of Y" cloud count and groups clouds by type (api, cli, sandbox) for easier scanning - Cloud info (spawn <cloud>) now shows "X of Y" agent count, auth method, and lists missing agents when there are 5 or fewer - Cloud listing (spawn clouds) groups providers by type with X/Y ratio counts instead of singular/plural text - Remove unused TYPE_COLUMN_WIDTH constant - Bump CLI version to 0.2.26 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
d681c93a67
commit
835ccc7522
4 changed files with 74 additions and 47 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@openrouter/spawn",
|
||||
"version": "0.2.25",
|
||||
"version": "0.2.26",
|
||||
"type": "module",
|
||||
"bin": {
|
||||
"spawn": "cli.js"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue