#0829
`Hermes Agent` `v0.15.1`, same-day hotfix for dashboard reload loop
60radar
Hermes AgentCoding agent runtime — dashboard, MCP, and skills hub integrated
The broken v0.15.0 dashboard path is patched fast. Docker and MCP fixes reduce setup friction, but this is mostly a stability release.
- Loopback dashboard calls to
/api/auth/mereturned401by design; stale-token handling caused infinite reloads in Docker, hosted, and fresh installs. - Docker no longer infers
--insecurefrom bind host. LAN access and auth bypass are split via explicitHERMES_DASHBOARD_INSECURE=1. - MCP bare commands like
npx,npm, andnodenow resolve through/usr/local/bin, fixing silent container launch failures. - The skills catalog expands from 858 to 19,932 entries, so picker coverage is much closer to the actual
skills.shindex.
Source: github.com/NousResearch/hermes-agent/releases/tag/v2026.Read original →