mirror of
https://github.com/OpenRouterTeam/spawn.git
synced 2026-04-28 20:09:34 +00:00
Fixes #2027 PR #2023 added Hermes to manifest.json with an icon URL pointing to assets/agents/hermes.png, but the file and the .sources.json entry were never committed. This caused a 404 on the icon URL. - Download hermes.png from Nous Research GitHub org avatar - Add hermes entry to assets/agents/.sources.json Agent: issue-fixer Co-authored-by: B <6723574+louisgv@users.noreply.github.com> Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
9 lines
717 B
JSON
9 lines
717 B
JSON
{
|
|
"claude": { "url": "https://claude.ai/apple-touch-icon.png", "ext": "png" },
|
|
"openclaw": { "url": "https://openclaw.ai/apple-touch-icon.png", "ext": "png" },
|
|
"zeroclaw": { "url": "https://avatars.githubusercontent.com/u/261820148?s=200&v=4", "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://avatars.githubusercontent.com/u/100869521?s=200&v=4", "ext": "png" }
|
|
}
|