mirror of
https://github.com/OpenRouterTeam/spawn.git
synced 2026-04-28 03:49:31 +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>
34 lines
820 B
JSON
34 lines
820 B
JSON
{
|
|
"claude": {
|
|
"url": "https://claude.ai/apple-touch-icon.png",
|
|
"ext": "png"
|
|
},
|
|
"openclaw": {
|
|
"url": "https://openclaw.ai/apple-touch-icon.png",
|
|
"ext": "png"
|
|
},
|
|
"zeroclaw": {
|
|
"url": "https://avatars.githubusercontent.com/u/261820148?s=200&v=4",
|
|
"ext": "png"
|
|
},
|
|
"codex": {
|
|
"url": "https://avatars.githubusercontent.com/u/14957082?s=200&v=4",
|
|
"ext": "png"
|
|
},
|
|
"opencode": {
|
|
"url": "https://opencode.ai/apple-touch-icon.png",
|
|
"ext": "png"
|
|
},
|
|
"kilocode": {
|
|
"url": "https://avatars.githubusercontent.com/u/201822503?s=200&v=4",
|
|
"ext": "png"
|
|
},
|
|
"hermes": {
|
|
"url": "https://s.w.org/images/core/emoji/17.0.2/svg/2695.svg",
|
|
"ext": "png"
|
|
},
|
|
"junie": {
|
|
"url": "https://avatars.githubusercontent.com/u/878437?s=200&v=4",
|
|
"ext": "png"
|
|
}
|
|
}
|