mirror of
https://github.com/OpenRouterTeam/spawn.git
synced 2026-05-01 21:30:21 +00:00
Adds JetBrains' Junie CLI as a new agent in the spawn matrix. - agent: npm install -g @jetbrains/junie-cli, launched via `junie` - env: JUNIE_OPENROUTER_API_KEY (native OpenRouter BYOK support) - cloudInitTier: node (npm-based install) - matrix: all 6 clouds implemented (local, hetzner, aws, digitalocean, gcp, sprite) - icon: JetBrains org avatar (assets/agents/junie.png) - tests: 7 unit tests in junie-agent.test.ts - version bump: 0.15.9 → 0.15.10 Closes #2296 Agent: issue-fixer Co-authored-by: B <6723574+louisgv@users.noreply.github.com> Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| .claude/rules | ||
| claude.sh | ||
| codex.sh | ||
| hermes.sh | ||
| junie.sh | ||
| kilocode.sh | ||
| openclaw.sh | ||
| opencode.sh | ||
| README.md | ||
| zeroclaw.sh | ||
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)
ZeroClaw
bash <(curl -fsSL https://openrouter.ai/labs/spawn/sprite/zeroclaw.sh)
Codex CLI
bash <(curl -fsSL https://openrouter.ai/labs/spawn/sprite/codex.sh)
OpenCode
bash <(curl -fsSL https://openrouter.ai/labs/spawn/sprite/opencode.sh)
Kilo Code
bash <(curl -fsSL https://openrouter.ai/labs/spawn/sprite/kilocode.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)