mirror of
https://github.com/OpenRouterTeam/spawn.git
synced 2026-05-07 00:50:52 +00:00
Both cloud_authenticate() functions use jq for JSON construction in create_server() but never verify jq is installed. On minimal Ubuntu/ Debian, Alpine, or fresh macOS without Homebrew, this causes a hard failure with "jq: command not found" after the user has already entered their API token. ensure_jq() in shared/common.sh auto-installs jq on Linux/macOS -- wire it in before the first jq-dependent call. Agent: code-health Co-authored-by: B <6723574+louisgv@users.noreply.github.com> Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| common.sh | ||