spawn/sh/sprite
A 252e8fc726
feat: add Junie CLI (JetBrains) agent across all 6 clouds (#2300)
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>
2026-03-07 19:38:45 -08:00
..
.claude/rules refactor: move all shell scripts to /sh directory (#1843) 2026-02-23 21:14:54 -08:00
claude.sh fix: remove BASH_SOURCE usage from all cloud agent scripts (Fixes #2285) (#2289) 2026-03-07 14:12:10 -05:00
codex.sh fix: remove BASH_SOURCE usage from all cloud agent scripts (Fixes #2285) (#2289) 2026-03-07 14:12:10 -05:00
hermes.sh fix: remove BASH_SOURCE usage from all cloud agent scripts (Fixes #2285) (#2289) 2026-03-07 14:12:10 -05:00
junie.sh feat: add Junie CLI (JetBrains) agent across all 6 clouds (#2300) 2026-03-07 19:38:45 -08:00
kilocode.sh fix: remove BASH_SOURCE usage from all cloud agent scripts (Fixes #2285) (#2289) 2026-03-07 14:12:10 -05:00
openclaw.sh fix: remove BASH_SOURCE usage from all cloud agent scripts (Fixes #2285) (#2289) 2026-03-07 14:12:10 -05:00
opencode.sh fix: remove BASH_SOURCE usage from all cloud agent scripts (Fixes #2285) (#2289) 2026-03-07 14:12:10 -05:00
README.md refactor: move all shell scripts to /sh directory (#1843) 2026-02-23 21:14:54 -08:00
zeroclaw.sh fix: remove BASH_SOURCE usage from all cloud agent scripts (Fixes #2285) (#2289) 2026-03-07 14:12:10 -05:00

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)