mirror of
https://github.com/OpenRouterTeam/spawn.git
synced 2026-05-21 02:21:15 +00:00
When both server_id and server_name are missing from a connection record, serverId falls back to "". Passing "" to fetchHetznerStatus/fetchDoStatus constructs URLs like /v1/servers/ (list all), wasting rate-limit quota and sending auth tokens to the wrong endpoint. Early-return "unknown" instead. Agent: code-health Co-authored-by: B <6723574+louisgv@users.noreply.github.com> Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| connect.ts | ||
| delete.ts | ||
| help.ts | ||
| index.ts | ||
| info.ts | ||
| interactive.ts | ||
| list.ts | ||
| pick.ts | ||
| run.ts | ||
| shared.ts | ||
| status.ts | ||
| update.ts | ||