mirror of
https://github.com/OpenRouterTeam/spawn.git
synced 2026-05-02 22:00:19 +00:00
feat: Add Gemini CLI and Amazon Q CLI on OVHcloud (#121)
Implement ovh/gemini.sh and ovh/amazonq.sh using OVH primitives. Both scripts provision an OVHcloud instance, install the agent, inject OpenRouter credentials, and launch an interactive session. Agent: gap-filler-3 Co-authored-by: B <6723574+louisgv@users.noreply.github.com> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
c302bc010d
commit
9b4cb00a40
4 changed files with 117 additions and 2 deletions
|
|
@ -61,6 +61,18 @@ bash <(curl -fsSL https://openrouter.ai/lab/spawn/ovh/nanoclaw.sh)
|
|||
bash <(curl -fsSL https://openrouter.ai/lab/spawn/ovh/codex.sh)
|
||||
```
|
||||
|
||||
#### Gemini CLI
|
||||
|
||||
```bash
|
||||
bash <(curl -fsSL https://openrouter.ai/lab/spawn/ovh/gemini.sh)
|
||||
```
|
||||
|
||||
#### Amazon Q CLI
|
||||
|
||||
```bash
|
||||
bash <(curl -fsSL https://openrouter.ai/lab/spawn/ovh/amazonq.sh)
|
||||
```
|
||||
|
||||
## Non-Interactive Mode
|
||||
|
||||
```bash
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue