mirror of
https://github.com/OpenRouterTeam/spawn.git
synced 2026-05-17 04:11:23 +00:00
docs: add missing agent entries to all cloud READMEs (#2494)
Junie was added to all 6 clouds (scripts + matrix) but none of the READMEs documented it. Sprite README was also missing Hermes, and local README was missing OpenCode and Junie. All 6 cloud READMEs now list all 8 agents consistently. Agent: code-health Co-authored-by: B <6723574+louisgv@users.noreply.github.com> Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
d6c1140612
commit
c0cedc3887
6 changed files with 40 additions and 0 deletions
|
|
@ -54,6 +54,12 @@ bash <(curl -fsSL https://openrouter.ai/labs/spawn/aws/kilocode.sh)
|
|||
bash <(curl -fsSL https://openrouter.ai/labs/spawn/aws/hermes.sh)
|
||||
```
|
||||
|
||||
#### Junie
|
||||
|
||||
```bash
|
||||
bash <(curl -fsSL https://openrouter.ai/labs/spawn/aws/junie.sh)
|
||||
```
|
||||
|
||||
## Non-Interactive Mode
|
||||
|
||||
```bash
|
||||
|
|
|
|||
|
|
@ -46,6 +46,12 @@ bash <(curl -fsSL https://openrouter.ai/labs/spawn/digitalocean/kilocode.sh)
|
|||
bash <(curl -fsSL https://openrouter.ai/labs/spawn/digitalocean/hermes.sh)
|
||||
```
|
||||
|
||||
#### Junie
|
||||
|
||||
```bash
|
||||
bash <(curl -fsSL https://openrouter.ai/labs/spawn/digitalocean/junie.sh)
|
||||
```
|
||||
|
||||
## Environment Variables
|
||||
|
||||
| Variable | Description | Default |
|
||||
|
|
|
|||
|
|
@ -48,6 +48,12 @@ bash <(curl -fsSL https://openrouter.ai/labs/spawn/gcp/kilocode.sh)
|
|||
bash <(curl -fsSL https://openrouter.ai/labs/spawn/gcp/hermes.sh)
|
||||
```
|
||||
|
||||
#### Junie
|
||||
|
||||
```bash
|
||||
bash <(curl -fsSL https://openrouter.ai/labs/spawn/gcp/junie.sh)
|
||||
```
|
||||
|
||||
## Non-Interactive Mode
|
||||
|
||||
```bash
|
||||
|
|
|
|||
|
|
@ -46,6 +46,12 @@ bash <(curl -fsSL https://openrouter.ai/labs/spawn/hetzner/kilocode.sh)
|
|||
bash <(curl -fsSL https://openrouter.ai/labs/spawn/hetzner/hermes.sh)
|
||||
```
|
||||
|
||||
#### Junie
|
||||
|
||||
```bash
|
||||
bash <(curl -fsSL https://openrouter.ai/labs/spawn/hetzner/junie.sh)
|
||||
```
|
||||
|
||||
## Non-Interactive Mode
|
||||
|
||||
```bash
|
||||
|
|
|
|||
|
|
@ -13,8 +13,10 @@ spawn claude local
|
|||
spawn openclaw local
|
||||
spawn zeroclaw local
|
||||
spawn codex local
|
||||
spawn opencode local
|
||||
spawn kilocode local
|
||||
spawn hermes local
|
||||
spawn junie local
|
||||
```
|
||||
|
||||
Or run directly without the CLI:
|
||||
|
|
@ -24,8 +26,10 @@ bash <(curl -fsSL https://openrouter.ai/labs/spawn/local/claude.sh)
|
|||
bash <(curl -fsSL https://openrouter.ai/labs/spawn/local/openclaw.sh)
|
||||
bash <(curl -fsSL https://openrouter.ai/labs/spawn/local/zeroclaw.sh)
|
||||
bash <(curl -fsSL https://openrouter.ai/labs/spawn/local/codex.sh)
|
||||
bash <(curl -fsSL https://openrouter.ai/labs/spawn/local/opencode.sh)
|
||||
bash <(curl -fsSL https://openrouter.ai/labs/spawn/local/kilocode.sh)
|
||||
bash <(curl -fsSL https://openrouter.ai/labs/spawn/local/hermes.sh)
|
||||
bash <(curl -fsSL https://openrouter.ai/labs/spawn/local/junie.sh)
|
||||
```
|
||||
|
||||
## Non-Interactive Mode
|
||||
|
|
|
|||
|
|
@ -40,6 +40,18 @@ bash <(curl -fsSL https://openrouter.ai/labs/spawn/sprite/opencode.sh)
|
|||
bash <(curl -fsSL https://openrouter.ai/labs/spawn/sprite/kilocode.sh)
|
||||
```
|
||||
|
||||
#### Hermes
|
||||
|
||||
```bash
|
||||
bash <(curl -fsSL https://openrouter.ai/labs/spawn/sprite/hermes.sh)
|
||||
```
|
||||
|
||||
#### Junie
|
||||
|
||||
```bash
|
||||
bash <(curl -fsSL https://openrouter.ai/labs/spawn/sprite/junie.sh)
|
||||
```
|
||||
|
||||
## Non-Interactive Mode
|
||||
|
||||
```bash
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue