Fetching from the wire…
Top 5 · 2026-05-18 · source-backed
You have a Claude Pro subscription. A ChatGPT Pro subscription. Maybe SuperGrok. What if you could use all of them as OpenAI-compatible API endpoints for any tool?
Nous Research released Hermes Agent v0.14.0, their largest release ever: 808 commits, 633 merged PRs, 215 community contributors. The headline feature is a local proxy that turns any OAuth-authenticated subscription into an OpenAI-compatible endpoint you can point Codex, Aider, Cline, or any other tool at.
This solves a real and annoying problem. I pay for multiple AI subscriptions in my personal projects. Each tool wants its own API key and config. The Hermes proxy sits locally, authenticates once per provider, and exposes a single endpoint that speaks the OpenAI protocol. Configure once, use everywhere.
The rest of the release is substantial too. xAI Grok joins as an OAuth provider with grok-4.3 and its 1M token context. LSP semantic diagnostics catch type errors before the agent's next turn instead of after it. Microsoft Teams gets end-to-end integration. The project has 140K+ GitHub stars and holds the #1 position on OpenRouter with 271 billion tokens processed.
The LSP integration is worth calling out specifically. When your agent writes code with a type error, the error surfaces immediately through the language server rather than waiting for a build step or test run. That's a tight feedback loop that prevents the "agent confidently writes broken code for 3 turns" failure mode I've seen with other tools.
If you're running multiple AI coding tools (and at this point, who isn't?), install Hermes Agent and set up the local proxy. It's the fastest path from "I have five subscriptions" to "they all talk to everything."
Each link below shares sources, entities, or timing with this story.
Claude Code uses OAuth / Shared entities / Same source domain / Shared topic / What happened next
Linked by a graph relationship (Claude Code uses OAuth); both cover Codex, GitHub, Hermes Agent, NousResearch; reported by the same outlet (github.com).
Claude Code uses OAuth / Shared entities / Same source domain / Shared topic / Earlier coverage
Linked by a graph relationship (Claude Code uses OAuth); both cover Aider, Codex, GitHub, When; reported by the same outlet (github.com).
Claude Code uses OAuth / Shared entities / Same source domain / Shared topic / Earlier coverage / Tension
Linked by a graph relationship (Claude Code uses OAuth); both cover Cline, Codex, When; reported by the same outlet (github.com).