spawn/assets/agents/.sources.json
A 4cf5e34383
fix: replace Pi agent icon with correct logo from shittycodingagent.ai (#3143)
Previous icon was a wrong GitHub avatar (Korean characters). Now uses
the official Pi logo (pixelated P with dot) from the project website.

Co-authored-by: spawn-bot <spawn-bot@openrouter.ai>
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-authored-by: Ahmed Abushagur <ahmed@abushagur.com>
2026-04-02 00:28:34 -07:00

38 lines
954 B
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"
}
}