NousResearch released a critical Hermes Agent update on May 29, 2026, to address several technical issues identified in the previous software version.

This patch release, designated as version 0.15.1, resolves a major dashboard infinite-reload loop that affected users running the system in loopback mode. Consequently, developers can now deploy the agent without experiencing continuous browser navigation errors.

Specifically, the update fixes a bug where the identity probe returned a 401 status by design, but the system treated it as a rotated session token. In addition, the development team modified the Docker configuration to address cybersecurity authentication protocols by requiring an explicit environment variable for insecure bindings. Users must now set the specific variable instead of relying on automatic host inference.

Resolving Docker and MCP Server Issues

Furthermore, the release addresses Model Context Protocol (MCP) server command resolution within Docker containers. Bare commands like npx and npm now resolve directly against the local binary path. As a result, these tools launch correctly inside the container environment without silent failures. This change ensures compatibility with standard Node toolchains.

Technical Improvements in the Hermes Agent update

Notably, this Hermes Agent update expands the accessible skills catalog from 858 entries to 19,932 entries by walking the sitemap. Meanwhile, the update restores the skills page sidebar and source pills that previously collapsed due to a stale dependency. These changes ensure that developers can access the full suite of capabilities.

Process Management and Media Delivery

Additionally, the update ensures that the Kanban worker process terminates properly upon receiving a SIGTERM signal. The system also restores markdown media delivery by changing the validation default to a denylist. Consequently, referenced images are now successfully delivered to vision-capable models during tasks. This prevents intermediate processes from absorbing termination signals.

Future Outlook and Deployment

This rapid Hermes Agent update demonstrates the community’s active involvement, featuring contributions from 11 external developers alongside the core team. Users running the previous version are encouraged to upgrade to prevent session loop issues. The update is currently available on the official repository for immediate deployment.

Developers utilizing the platform can integrate these fixes into their existing workflows immediately. The release includes 36 commits to the main branch since the previous version, reflecting rapid development cycles. Ultimately, these stability fixes aim to provide a more reliable environment for building autonomous systems.

Source: GitHub