chore: standardize featured_cloud to digitalocean + sprite for all agents (#2548)

Set every agent's featured_cloud to ["digitalocean", "sprite"] — one
primary recommendation (DigitalOcean) and one fallback (Sprite).

Co-authored-by: Claude <claude@anthropic.com>
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-authored-by: L <6723574+louisgv@users.noreply.github.com>
This commit is contained in:
A 2026-03-12 16:47:08 -07:00 committed by GitHub
parent 6081c0a17f
commit ff8bff4c02
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -28,7 +28,7 @@
}
},
"icon": "https://raw.githubusercontent.com/OpenRouterTeam/spawn/main/assets/agents/claude.png",
"featured_cloud": ["gcp", "aws", "digitalocean"],
"featured_cloud": ["digitalocean", "sprite"],
"creator": "Anthropic",
"repo": "anthropics/claude-code",
"license": "Proprietary",
@ -61,7 +61,7 @@
}
},
"icon": "https://raw.githubusercontent.com/OpenRouterTeam/spawn/main/assets/agents/openclaw.png",
"featured_cloud": ["gcp", "aws", "digitalocean"],
"featured_cloud": ["digitalocean", "sprite"],
"creator": "OpenClaw",
"repo": "openclaw/openclaw",
"license": "MIT",
@ -99,7 +99,7 @@
},
"notes": "Rust-based agent framework built by Harvard/MIT/Sundai.Club communities. Natively supports OpenRouter via OPENROUTER_API_KEY + ZEROCLAW_PROVIDER=openrouter. Requires compilation from source (~5-10 min).",
"icon": "https://raw.githubusercontent.com/OpenRouterTeam/spawn/main/assets/agents/zeroclaw.png",
"featured_cloud": ["hetzner", "gcp", "aws"],
"featured_cloud": ["digitalocean", "sprite"],
"creator": "Sundai.Club",
"repo": "zeroclaw-labs/zeroclaw",
"license": "Apache-2.0",
@ -126,7 +126,7 @@
},
"notes": "Works with OpenRouter via OPENAI_BASE_URL override pointing to openrouter.ai/api/v1",
"icon": "https://raw.githubusercontent.com/OpenRouterTeam/spawn/main/assets/agents/codex.png",
"featured_cloud": ["gcp", "aws", "digitalocean"],
"featured_cloud": ["digitalocean", "sprite"],
"creator": "OpenAI",
"repo": "openai/codex",
"license": "Apache-2.0",
@ -151,7 +151,7 @@
},
"notes": "Natively supports OpenRouter via OPENROUTER_API_KEY env var. Go-based TUI using Bubble Tea.",
"icon": "https://raw.githubusercontent.com/OpenRouterTeam/spawn/main/assets/agents/opencode.png",
"featured_cloud": ["gcp", "aws", "digitalocean"],
"featured_cloud": ["digitalocean", "sprite"],
"creator": "SST",
"repo": "sst/opencode",
"license": "MIT",
@ -178,7 +178,7 @@
},
"notes": "Natively supports OpenRouter as a provider via KILO_PROVIDER_TYPE=openrouter. CLI installable via npm as @kilocode/cli, invocable as 'kilocode' or 'kilo'.",
"icon": "https://raw.githubusercontent.com/OpenRouterTeam/spawn/main/assets/agents/kilocode.png",
"featured_cloud": ["gcp", "aws", "digitalocean"],
"featured_cloud": ["digitalocean", "sprite"],
"creator": "Kilo-Org",
"repo": "Kilo-Org/kilocode",
"license": "MIT",
@ -205,7 +205,7 @@
},
"notes": "Natively supports OpenRouter via OPENROUTER_API_KEY. Also works via OPENAI_BASE_URL + OPENAI_API_KEY for OpenAI-compatible mode. Installs Python 3.11 via uv.",
"icon": "https://raw.githubusercontent.com/OpenRouterTeam/spawn/main/assets/agents/hermes.png",
"featured_cloud": ["sprite", "hetzner", "gcp"],
"featured_cloud": ["digitalocean", "sprite"],
"creator": "Nous Research",
"repo": "NousResearch/hermes-agent",
"license": "MIT",
@ -231,7 +231,7 @@
},
"notes": "Natively supports OpenRouter via JUNIE_OPENROUTER_API_KEY. Subagent tasks may require GPT-4.1 Mini, GPT-4.1, or GPT-5 models to be enabled on your OpenRouter account.",
"icon": "https://raw.githubusercontent.com/OpenRouterTeam/spawn/main/assets/agents/junie.png",
"featured_cloud": ["hetzner", "aws", "digitalocean"],
"featured_cloud": ["digitalocean", "sprite"],
"creator": "JetBrains",
"repo": "JetBrains/junie",
"license": "Proprietary",