spawn/sprite
A 10a40ca574
fix: add log_step for progress messages, fix misleading prompt error (#440)
- Add log_step() function (cyan) for status/progress messages
- Convert misused log_warn calls to log_step in shared/common.sh
  (14 instances: SSH key gen, agent verification, waiting, configuring)
- Convert representative cloud scripts: hetzner, digitalocean, sprite
- Fix misleading validatePrompt error that suggested --prompt-file as a
  workaround when it has the same validation

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>
2026-02-11 04:28:17 -08:00
..
.claude/rules Sprite setup scripts for Claude Code and OpenClaw 2026-02-05 13:25:30 -06:00
lib fix: add log_step for progress messages, fix misleading prompt error (#440) 2026-02-11 04:28:17 -08:00
aider.sh fix: Poll for sprite provisioning instead of blind sleep 2026-02-11 00:52:35 +00:00
amazonq.sh fix: Poll for sprite provisioning instead of blind sleep 2026-02-11 00:52:35 +00:00
claude.sh QA-Bot setup (#335) 2026-02-10 19:51:07 -08:00
cline.sh fix: Poll for sprite provisioning instead of blind sleep 2026-02-11 00:52:35 +00:00
codex.sh fix: Poll for sprite provisioning instead of blind sleep 2026-02-11 00:52:35 +00:00
continue.sh fix: Escape API keys in continue.sh JSON configs to prevent injection (#374) 2026-02-11 00:13:19 -08:00
gemini.sh fix: Poll for sprite provisioning instead of blind sleep 2026-02-11 00:52:35 +00:00
goose.sh fix: Poll for sprite provisioning instead of blind sleep 2026-02-11 00:52:35 +00:00
gptme.sh fix: Poll for sprite provisioning instead of blind sleep 2026-02-11 00:52:35 +00:00
interpreter.sh fix: Poll for sprite provisioning instead of blind sleep 2026-02-11 00:52:35 +00:00
kilocode.sh fix: Poll for sprite provisioning instead of blind sleep 2026-02-11 00:52:35 +00:00
nanoclaw.sh fix: Poll for sprite provisioning instead of blind sleep 2026-02-11 00:52:35 +00:00
openclaw.sh fix: Poll for sprite provisioning instead of blind sleep 2026-02-11 00:52:35 +00:00
opencode.sh fix: Poll for sprite provisioning instead of blind sleep 2026-02-11 00:52:35 +00:00
plandex.sh fix: Poll for sprite provisioning instead of blind sleep 2026-02-11 00:52:35 +00:00
README.md feat: Add Continue AI coding assistant (#303) 2026-02-10 16:49:31 -08:00

Sprite

Sprites.dev managed VMs with CLI. Sprite

Agents

Claude Code

bash <(curl -fsSL https://openrouter.ai/lab/spawn/sprite/claude.sh)

OpenClaw

bash <(curl -fsSL https://openrouter.ai/lab/spawn/sprite/openclaw.sh)

NanoClaw

bash <(curl -fsSL https://openrouter.ai/lab/spawn/sprite/nanoclaw.sh)

Aider

bash <(curl -fsSL https://openrouter.ai/lab/spawn/sprite/aider.sh)

Goose

bash <(curl -fsSL https://openrouter.ai/lab/spawn/sprite/goose.sh)

Codex CLI

bash <(curl -fsSL https://openrouter.ai/lab/spawn/sprite/codex.sh)

Open Interpreter

bash <(curl -fsSL https://openrouter.ai/lab/spawn/sprite/interpreter.sh)

Gemini CLI

bash <(curl -fsSL https://openrouter.ai/lab/spawn/sprite/gemini.sh)

Amazon Q CLI

bash <(curl -fsSL https://openrouter.ai/lab/spawn/sprite/amazonq.sh)

Cline

bash <(curl -fsSL https://openrouter.ai/lab/spawn/sprite/cline.sh)

gptme

bash <(curl -fsSL https://openrouter.ai/lab/spawn/sprite/gptme.sh)

OpenCode

bash <(curl -fsSL https://openrouter.ai/lab/spawn/sprite/opencode.sh)

Plandex

bash <(curl -fsSL https://openrouter.ai/lab/spawn/sprite/plandex.sh)

Kilo Code

bash <(curl -fsSL https://openrouter.ai/lab/spawn/sprite/kilocode.sh)

Continue

bash <(curl -fsSL https://openrouter.ai/lab/spawn/sprite/continue.sh)

Non-Interactive Mode

SPRITE_NAME=dev-mk1 \
OPENROUTER_API_KEY=sk-or-v1-xxxxx \
  bash <(curl -fsSL https://openrouter.ai/lab/spawn/sprite/claude.sh)