Hermes Agent v0.14.0 is out, and the headline for most builders will be a single new capability: a local OpenAI-compatible proxy. Point Codex, Aider, Cline, or Continue at it, and the proxy routes requests through whichever OAuth-authenticated Hermes provider you have connected, whether that is Claude Pro, ChatGPT Pro, or the newly added SuperGrok. No API key required on the coding-tool side. No separate billing account to manage. Just OAuth auth once in Hermes, then every compatible tool inherits it.
That proxy lands alongside xAI Grok support via SuperGrok OAuth. If you pay for SuperGrok, you sign in with your xAI account and Grok is available inside Hermes immediately. The wire-through also bumps grok-4.3 to a 1M token context window, which means you can feed entire codebases or research corpora into a single prompt without chunking.
Installation got a serious overhaul. pip install hermes-agent now works directly from PyPI. Heavyweight backends lazy-install on first use instead of blocking the initial install. The [all] extras no longer pull in packages covered by lazy dependencies, so installs are dramatically lighter. A tiered install falls back gracefully when a wheel rejects on your platform. For teams with constrained CI environments or unusual hardware, this matters more than it sounds.
Cold-start time drops by roughly 19 seconds off hermes launch. Browser CDP calls are 180x faster. Both numbers come from the release notes directly, and both affect the inner loop of any agent workflow that touches a browser or restarts frequently.
Beyond the proxy and provider additions, v0.14.0 ships cross-session 1-hour Claude prompt caching, a /handoff command that transfers sessions live, native button UI for clarify on Telegram and Discord, Discord channel history backfill, LSP semantic diagnostics on every write, and a unified pluggable video_generate interface. The computer_use cua-driver backend now works with non-Anthropic providers. Two new messaging platforms (LINE and SimpleX Chat) bring the total supported platforms to 22. The release also adds x_search as a first-class X (formerly Twitter) search tool with OAuth-or-API-key auth, and integrates the Zed ACP Registry via uvx.
The release closed 12 P0 issues and 50 P1 issues across 808 commits and 633 merged PRs, with 215 community contributors involved.
If you are already running any AI coding assistant that accepts an OpenAI-compatible endpoint, the most immediate action is to set up the local proxy and point your tool at it. You get provider flexibility and OAuth-based auth in one move, without touching your coding tool's core configuration.