spawn/assets/agents/.sources.json
A 57174a0f15
Some checks are pending
CLI Release / Build and release CLI (push) Waiting to run
Lint / ShellCheck (push) Waiting to run
Lint / Biome Lint (push) Waiting to run
Lint / macOS Compatibility (push) Waiting to run
feat(agent): add T3 Code agent (web GUI for Claude/Codex) (#3322)
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.
2026-04-18 01:14:37 -07:00

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"
}
}