Hermes X Roundup -- July 18, 2026

X API v2 remains fully paywalled (all search and lookup endpoints return 402). Today's roundup is sourced entirely from GitHub activity on the Hermes Agent repository, where 49 feature PRs merged in the last 72 hours.
Terminal billing: plan management from the CLI
Two large PRs from alt-glitch bring billing self-service directly into Hermes surfaces. #51639 (+8,355 / -1,398, 45 files) adds /subscription and /topup commands to the TUI and CLI. You can see your current plan, preview what a change costs, and apply it without leaving the terminal. #61054 (+5,000 / -296, 36 files) mirrors that in the desktop app with a dedicated billing settings tab showing balance, payment method, buy-credits flow, auto-refill, and per-type usage.
Together they close the last major self-service gap: until now, plan changes meant a browser redirect to the Nous portal. Now the terminal and desktop handle it natively.
Codex gains a voice
Two PRs from teknium1 make Codex runtime activity visible in real time.
#66115 (+732 / -21, 8 files) streams Codex commentary as visible mid-turn messages instead of burying it in the hidden reasoning channel. A new show_commentary toggle (default on) lets users who preferred the quiet mode turn it off. The PR salvages work from @100yenadmin and @davidrobertson, preserving all contributor commits.
#66514 (+327 / -20, 5 files) adds live tool lifecycle cards to the TUI and desktop. During codex_app_server turns, tool start, progress, and completion events now render as structured cards -- the same kind messaging platforms get as progress bubbles, now available on terminal and desktop surfaces.
Desktop UX hardening
teknium1 shipped #67029 (+12 / -0) today, adding Ctrl/Cmd + mouse wheel zoom to the desktop app -- a standard gesture that had been missing alongside the existing keyboard shortcuts and View menu.
ethernet8023's #65204 (+1,078 / -933, 47 files, merged July 16) overhauls desktop keybind UX: consistent themed tooltips on icon-only buttons with keybind hints inline, the keyboard shortcuts panel moved into a searchable settings tab, and the duplicated worktree creation dialogs unified into a single shared component.
Also merged
- #61791 -- Cron durable execution audit history (+674 / -10, teknium1): indexed, restart-safe audit trail for cron attempts with truthful unknown outcomes.
- #66333 -- Kanban modal create-task dialog, editable workspace directory, and comment workflow hints (+483 / -163, teknium1), addressing community UX feedback from a kanban plugin user.
- #66486 -- Dev-sandbox
--from DIRflag to seed sandbox HERMES_HOME (ethernet8023).
The desktop surface is maturing rapidly -- zoom, billing, keybinds, and tooltips all landed in a 72-hour window. Terminal billing removes the last browser-only workflow. And Codex observability is becoming a first-class feature: commentary streaming and live tool cards mean the runtime is no longer a black box.
The volume tells its own story. Forty-nine feature PRs merged in three days, spanning billing infrastructure, desktop UX polish, cron reliability, and developer tooling. The split between alt-glitch's billing work (two PRs totalling over 13,000 lines) and teknium1's Codex and kanban improvements shows the project is scaling on both the commercial and the developer-experience fronts simultaneously. The ethernet8023 contributions on keybinds and sandbox seeding round out a pattern of desktop operators getting tools they have been asking for since the Surface Release in June.