April 23, 2026
1,556 commits ยท 761 merged PRs ยท 224K+ insertions ยท 29 contributors
Hermes Agent v0.11.0 is a fundamental rewrite of the interactive CLI, a transport architecture overhaul, and a major platform expansion. It ships native AWS Bedrock support, five new inference paths, GPT-5.5 on day one, and a dramatically expanded plugin surface.
/clear confirmation~310 commits to ui-tui/ + tui_gateway/
Format conversion and HTTP transport extracted from run_agent.py into a pluggable agent/transports/ layer:
Each transport owns its own format conversion and API shape.
Plus Gemini routed through native AI Studio API for better performance.
register_command)dispatch_tool)pre_tool_call)transform_tool_result)transform_terminal_output)Bundled disk-cleanup plugin included as opt-in reference.
OpenAI's GPT-5.5 is available through ChatGPT Codex OAuth immediately, with live model discovery wired into the model picker so new OpenAI releases show up without catalog updates.
Hermes Agent shipped GPT-5.5 support within hours of OpenAI's announcement โ demonstrating extremely tight integration between Nous Research projects and frontier model releases.
Release: github.com/NousResearch/hermes-agent/releases/tag/v2026.4.23
Upgrade: pip install --upgrade hermes-agent or pull latest container.
TUI: hermes --tui