If you're using Hermes Agent for long-term sessions, gateway bots, plugin extensions, or multi-model switching, v0.11 is worth upgrading; If you are currently just running a simple command-line assistant, it is recommended to back up the configuration first, and then start the production environment after verifying the test environment.
The official Hermes Agent v0.11.0 was released on April 23, 2026, and the official repository is https://github.com/NousResearch/hermes-agent. This time, the focus is not on a single minor patch, but on the interface, model access, plug-ins, gateways, and tool systems that change together, so you need to judge whether you are really using these capabilities before upgrading.
Which users should upgrade first
- Use
hermes --tuifrequently and want a more stable terminal interaction, selectors, status bar, and interrupt experience. - New model access paths such as Bedrock, NVIDIA NIM, Vercel AI Gateway, Gemini CLI OAuth, etc. are required.
- Writing plugins, or relying on plugins to block tools, overwrite tool results, add commands, and extend the Dashboard.
- Use sub-agents to process tasks in parallel to reduce the risk of multiple agents overwriting each other when changing files at the same time.
- Gateways, webhooks, and dashboards are the main entrances, requiring a more complete management interface and notification capabilities.
What situations can be not rushed first
If Hermes Agent is already steadily handling daily tasks on your server, and you don't have a new TUI, plugin extension, or new model provider, don't upgrade without a backup. If the version span is large, the old configuration may be migrated, and the old service unit may need to be rechecked. It's a good idea to log the current version before backing up ~/.hermes/config.yaml, ~/.hermes/.env, ~/.hermes/auth.json, and important memories and skills directories.
How to accept before and after the upgrade
- Run
hermes doctorfirst to fix the current configuration error. - Backup
~/.hermes/, especially keys, OAuth, memory, and custom skills. - After leveling up, run
hermes --version,hermes model, and a normal dialogue. - If you use a gateway, check the
hermes gateway statusagain to confirm that Telegram, Discord, Slack, and other portals can send and receive normally. - Finally, test a real tool call, such as reading a secure file, executing a read-only command, or triggering a common skill.
The conclusion is simple: v0.11 is a significant upgrade for heavy users, and more like a carefully scheduled maintenance window for light users. Backup first, then verify, and finally switch is the most stable upgrade sequence.