Hermes Agent v0.11.0

The Interface Release

April 23, 2026

1,556 commits ยท 761 merged PRs ยท 224K+ insertions ยท 29 contributors

๐ŸŽฏ Executive Summary

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.

  • Full React/Ink TUI with Python JSON-RPC backend
  • Pluggable transport architecture (4 transports)
  • Native AWS Bedrock via Converse API
  • 5 new inference providers
  • QQBot โ€” 17th messaging platform
  • GPT-5.5 via Codex OAuth at launch

๐Ÿš€ What's New

React/Ink TUI Rewrite

  • Sticky composer with live streaming
  • OSC-52 clipboard support
  • Stable picker keys
  • Status bar with per-turn stopwatch + git branch
  • /clear confirmation
  • Light-theme preset
  • Subagent spawn observability overlay

~310 commits to ui-tui/ + tui_gateway/

โšš๏ธ Transport Architecture

Format conversion and HTTP transport extracted from run_agent.py into a pluggable agent/transports/ layer:

  • AnthropicTransport โ€” Native Messages API
  • ChatCompletionsTransport โ€” OpenAI-compatible
  • ResponsesApiTransport โ€” OpenAI Responses API
  • BedrockTransport โ€” AWS Bedrock Converse API

Each transport owns its own format conversion and API shape.

๐Ÿ”— Five New Inference Paths

  • NVIDIA NIM โ€” Optimized inference containers
  • Arcee AI โ€” Domain-adapted models
  • Step Plan โ€” Planning-focused inference
  • Google Gemini CLI OAuth โ€” Native Google auth flow
  • Vercel AI Gateway โ€” Pricing + dynamic discovery

Plus Gemini routed through native AI Studio API for better performance.

๐Ÿ’ป Platform Expansion

QQBot โ€” 17th Supported Platform

  • Native QQ Official API v2 adapter
  • QR scan-to-configure setup wizard
  • Streaming cursor support
  • Emoji reactions
  • DM/group policy gating (WeCom/Weixin parity)

๐Ÿ”ง Expanded Plugin Surface

  • Register slash commands (register_command)
  • Dispatch tools directly (dispatch_tool)
  • Veto tool execution from hooks (pre_tool_call)
  • Rewrite tool results (transform_tool_result)
  • Transform terminal output (transform_terminal_output)
  • Ship image_gen backends
  • Add custom dashboard tabs

Bundled disk-cleanup plugin included as opt-in reference.

๐Ÿš€ GPT-5.5 on Day One

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.

๐Ÿ“Š Key Metrics

1,556
Commits
761
Merged PRs
224K
Insertions

29
Contributors
17
Platforms
4
Transports

๐ŸŒ Deployment

Release: github.com/NousResearch/hermes-agent/releases/tag/v2026.4.23

Upgrade: pip install --upgrade hermes-agent or pull latest container.

TUI: hermes --tui