mirror of
https://github.com/OpenRouterTeam/spawn.git
synced 2026-04-28 03:49:31 +00:00
Adds destroy_server() wrapper functions to OVH and Sprite cloud libraries to match the standardized function name used by 8 other clouds. Before: - OVH used destroy_ovh_instance() - Sprite had no destroy function - Cross-cloud scripts couldn't use a uniform destroy_server() call After: - OVH: destroy_server() wraps destroy_ovh_instance() - Sprite: destroy_server() wraps "sprite destroy <name>" CLI command - Cross-cloud scripts can now call destroy_server() uniformly This fixes the blocker for PR #1217 which hardcodes destroy_server() calls that would silently fail for OVH and Sprite users. Fixes #1178 Agent: ux-engineer Co-authored-by: spawn-bot <bot@openrouter.ai> Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| .claude/rules | ||
| lib | ||
| aider.sh | ||
| amazonq.sh | ||
| claude.sh | ||
| cline.sh | ||
| codex.sh | ||
| continue.sh | ||
| gemini.sh | ||
| goose.sh | ||
| gptme.sh | ||
| interpreter.sh | ||
| kilocode.sh | ||
| nanoclaw.sh | ||
| openclaw.sh | ||
| opencode.sh | ||
| plandex.sh | ||
| README.md | ||
Sprite
Sprites.dev managed VMs with CLI. Sprite
Agents
Claude Code
bash <(curl -fsSL https://openrouter.ai/labs/spawn/sprite/claude.sh)
OpenClaw
bash <(curl -fsSL https://openrouter.ai/labs/spawn/sprite/openclaw.sh)
NanoClaw
bash <(curl -fsSL https://openrouter.ai/labs/spawn/sprite/nanoclaw.sh)
Aider
bash <(curl -fsSL https://openrouter.ai/labs/spawn/sprite/aider.sh)
Goose
bash <(curl -fsSL https://openrouter.ai/labs/spawn/sprite/goose.sh)
Codex CLI
bash <(curl -fsSL https://openrouter.ai/labs/spawn/sprite/codex.sh)
Open Interpreter
bash <(curl -fsSL https://openrouter.ai/labs/spawn/sprite/interpreter.sh)
Gemini CLI
bash <(curl -fsSL https://openrouter.ai/labs/spawn/sprite/gemini.sh)
Amazon Q CLI
bash <(curl -fsSL https://openrouter.ai/labs/spawn/sprite/amazonq.sh)
Cline
bash <(curl -fsSL https://openrouter.ai/labs/spawn/sprite/cline.sh)
gptme
bash <(curl -fsSL https://openrouter.ai/labs/spawn/sprite/gptme.sh)
OpenCode
bash <(curl -fsSL https://openrouter.ai/labs/spawn/sprite/opencode.sh)
Plandex
bash <(curl -fsSL https://openrouter.ai/labs/spawn/sprite/plandex.sh)
Kilo Code
bash <(curl -fsSL https://openrouter.ai/labs/spawn/sprite/kilocode.sh)
Continue
bash <(curl -fsSL https://openrouter.ai/labs/spawn/sprite/continue.sh)
Non-Interactive Mode
SPRITE_NAME=dev-mk1 \
OPENROUTER_API_KEY=sk-or-v1-xxxxx \
bash <(curl -fsSL https://openrouter.ai/labs/spawn/sprite/claude.sh)