spawn/assets/agents/.sources.json
A 8a1643a73d
fix(assets): add missing Hermes agent icon and .sources.json entry (#2034)
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>
2026-02-28 13:10:27 -08:00

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