Changelog
Hermes Agent v0.15.1
The "Patch" release — a same-day hotfix for v0.15.0, headlined by the dashboard infinite-reload loop that hit anyone running in loopback mode: Docker, hosted Hermes and fresh installs.
Fixed
- Dashboard 401 reload loop fixed
- Docker dashboard --insecure is now an explicit env opt-in, never derived from bind host
- MCP bare command resolution under Docker
- Kanban worker can be killed again
- Full skills.sh catalog (858 → 19,932 entries)
- /api/auth/me 401 no longer triggers reload loop
- Skills page source pills + category sidebar restored
- insecure is now explicit opt-in via env var
- Dashboard test suite repaired
- arm64 PR builds skip the GHA cache
- Bare npx/npm/node resolve against /usr/local/bin
- Worker SIGTERM actually terminates the process
- Workers receive images referenced in task bodies
Before you upgrade
Snapshot the server first — Hermes ships often and not every release is quiet. Then:
hermes update
Re-run hermes doctor afterwards. If the upgrade leaves you with a
broken install, the fixes section covers the failures
that come up most.
Official release notes on GitHub →