mirror of
https://github.com/OpenRouterTeam/spawn.git
synced 2026-04-26 11:00:38 +00:00
All CI green. Rebased from #3321, added Daytona support, resolved conflicts. Security reviewed: no injection vectors — all env var values come from hardcoded config, shell scripts follow existing patterns.
42 lines
1 KiB
JSON
42 lines
1 KiB
JSON
{
|
|
"claude": {
|
|
"url": "https://claude.ai/apple-touch-icon.png",
|
|
"ext": "png"
|
|
},
|
|
"openclaw": {
|
|
"url": "https://openclaw.ai/apple-touch-icon.png",
|
|
"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": "custom:Junie_Icon.svg (official JetBrains Junie icon, converted to PNG)",
|
|
"ext": "png"
|
|
},
|
|
"cursor": {
|
|
"url": "https://cursor.com/apple-touch-icon.png",
|
|
"ext": "png"
|
|
},
|
|
"pi": {
|
|
"url": "custom:shittycodingagent.ai/logo.svg (official Pi logo, converted to PNG with dark background)",
|
|
"ext": "png"
|
|
},
|
|
"t3code": {
|
|
"url": "https://avatars.githubusercontent.com/u/59054278?s=200&v=4",
|
|
"ext": "png"
|
|
}
|
|
}
|