mirror of
https://github.com/OpenRouterTeam/spawn.git
synced 2026-05-06 08:10:48 +00:00
* ux: Improve error messages and user guidance across CLI and shell scripts Enhanced error messages to be more actionable and user-friendly: CLI improvements (commands.ts): - Made validateNonEmptyString clearer: "is required but was not provided" - Reordered troubleshooting steps to check matrix first (most common issue) - Simplified 404 error message: "doesn't exist yet" vs "may not be implemented" - Changed "Troubleshooting steps" to just "Troubleshooting" (less formal) Shared library improvements (shared/common.sh): - OAuth cancellation now explains why API key is needed and where to get it - safe_read non-TTY error explains what non-interactive mode is with example - get_resource_name error shows exact env var syntax needed - Agent verification failures now list specific possible causes - All improvements add context and next steps rather than just stating the problem Hetzner library improvements (hetzner/lib/common.sh): - Replaced technical "Remediation" with friendly "How to fix" - Changed log_warn to log_error for error conditions (consistent severity) - Added spacing for better readability of multi-line errors - Made server creation errors more specific about account issues All changes focus on helping users understand WHAT went wrong and HOW to fix it. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * feat: Replace issue-triager with community-coordinator agent Replace the issue-triager agent in the refactor team with a community-coordinator that actively engages with GitHub issues: acknowledges reports, posts interim updates, delegates to relevant teammates, and posts final resolutions — so reporters feel heard. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> --------- Co-authored-by: A <6723574+louisgv@users.noreply.github.com> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| lib | ||
| aider.sh | ||
| amazonq.sh | ||
| claude.sh | ||
| cline.sh | ||
| codex.sh | ||
| gemini.sh | ||
| goose.sh | ||
| gptme.sh | ||
| interpreter.sh | ||
| nanoclaw.sh | ||
| openclaw.sh | ||
| opencode.sh | ||
| plandex.sh | ||
| README.md | ||
Hetzner Cloud
Hetzner Cloud servers via REST API. Hetzner Cloud
Agents
Claude Code
bash <(curl -fsSL https://openrouter.ai/lab/spawn/hetzner/claude.sh)
OpenClaw
bash <(curl -fsSL https://openrouter.ai/lab/spawn/hetzner/openclaw.sh)
NanoClaw
bash <(curl -fsSL https://openrouter.ai/lab/spawn/hetzner/nanoclaw.sh)
Aider
bash <(curl -fsSL https://openrouter.ai/lab/spawn/hetzner/aider.sh)
Goose
bash <(curl -fsSL https://openrouter.ai/lab/spawn/hetzner/goose.sh)
Codex CLI
bash <(curl -fsSL https://openrouter.ai/lab/spawn/hetzner/codex.sh)
Open Interpreter
bash <(curl -fsSL https://openrouter.ai/lab/spawn/hetzner/interpreter.sh)
Gemini CLI
bash <(curl -fsSL https://openrouter.ai/lab/spawn/hetzner/gemini.sh)
Amazon Q CLI
bash <(curl -fsSL https://openrouter.ai/lab/spawn/hetzner/amazonq.sh)
Cline
bash <(curl -fsSL https://openrouter.ai/lab/spawn/hetzner/cline.sh)
Non-Interactive Mode
HETZNER_SERVER_NAME=dev-mk1 \
HCLOUD_TOKEN=your-token \
OPENROUTER_API_KEY=sk-or-v1-xxxxx \
bash <(curl -fsSL https://openrouter.ai/lab/spawn/hetzner/claude.sh)