telexed ~ c / 3b8146ee-f5eradar:80 · agent_toolLIVE
← back
NO.
#3b8146ee
Topic
AGENTS & TOOLS
Source
Hermes Agent Releases
Published
2026-04-23 22:32:13
Importance
★ 8/10 — radar 80
`Hermes Agent` `v0.11.0` turns its CLI into a real interface layer
FIG-0381:1

`Hermes Agent` `v0.11.0` turns its CLI into a real interface layer

The CLI is now a React/Ink TUI on top of a JSON-RPC backend, while transports, plugins, and provider routes were widened across the stack. This is a substantial usability and extension release; worth testing now if you want one agent shell to span local, cloud, and chat surfaces.

[ KEY POINTS ]
  1. hermes --tui was fully rebuilt with React/Ink plus tui_gateway, adding live streaming, sticky composer, OSC-52 clipboard, status bar, and subagent visibility. The terminal UX moved from wrapper to primary workspace.
  2. A new agent/transports/ abstraction split provider formatting from run_agent.py, and native AWS Bedrock landed on top via Converse API. Multi-provider support got structurally cleaner, not just broader.
  3. Five inference paths were added at once: NVIDIA NIM, Arcee AI, Step Plan, Gemini CLI OAuth, and Vercel ai-gateway; Gemini also gained native AI Studio routing. Provider optionality jumped fast.
  4. GPT-5.5 is exposed through Codex OAuth with live model discovery in the picker, so new OpenAI models can appear without manual catalog updates. That cuts maintenance friction.
  5. Plugins now register slash commands, dispatch tools, veto tool calls, rewrite tool results, transform terminal output, ship image_gen backends, and add dashboard tabs. The plugin layer crossed from hooks into platform territory.
Originalgithub.com/NousResearch/hermes-agent/releases/tag/v2026.4.23Read original →

// related