mirror of
https://github.com/OpenRouterTeam/spawn.git
synced 2026-05-05 23:50:48 +00:00
Add Aider as fourth agent across all clouds (#8)
Aider is the most popular open-source AI pair programming CLI. Natively supports OpenRouter via OPENROUTER_API_KEY env var and --model openrouter/... flag. - sprite/aider.sh, hetzner/aider.sh, digitalocean/aider.sh - Matrix now 4 agents x 3 clouds = 12/12 implemented Co-authored-by: Sprite <noreply@sprite.dev> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
2b129ecaaa
commit
ff531d00b8
5 changed files with 251 additions and 1 deletions
|
|
@ -65,6 +65,23 @@
|
|||
}
|
||||
},
|
||||
"notes": "Requires WhatsApp QR code scan for authentication"
|
||||
},
|
||||
"aider": {
|
||||
"name": "Aider",
|
||||
"description": "AI pair programming in the terminal",
|
||||
"url": "https://github.com/paul-gauthier/aider",
|
||||
"install": "pip install aider-chat",
|
||||
"launch": "aider --model openrouter/${MODEL_ID}",
|
||||
"env": {
|
||||
"OPENROUTER_API_KEY": "${OPENROUTER_API_KEY}"
|
||||
},
|
||||
"interactive_prompts": {
|
||||
"model_id": {
|
||||
"prompt": "Enter model ID",
|
||||
"default": "openrouter/auto"
|
||||
}
|
||||
},
|
||||
"notes": "Natively supports OpenRouter via OPENROUTER_API_KEY and --model openrouter/... flag"
|
||||
}
|
||||
},
|
||||
"clouds": {
|
||||
|
|
@ -118,6 +135,9 @@
|
|||
"hetzner/nanoclaw": "implemented",
|
||||
"digitalocean/claude": "implemented",
|
||||
"digitalocean/openclaw": "implemented",
|
||||
"digitalocean/nanoclaw": "implemented"
|
||||
"digitalocean/nanoclaw": "implemented",
|
||||
"sprite/aider": "implemented",
|
||||
"hetzner/aider": "implemented",
|
||||
"digitalocean/aider": "implemented"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue