Mon, September 7, 2026
17 min read
Reading Hermes Agent v2026.9.7 Computer Use Internals — Capture as Target Binding and Background-First Verify → Escalate
#hermes-agent#cua#computer-use#code-reading#mcp#internals
I wrote two Hermes Computer Use posts recently (a selection review and a macOS setup log), and while watching the agent drive Calculator in the background I kept wanting to know what a single computer_use call actually does under the hood. This article is that follow-up: a code-reading tour pinned to Git tag v2026.9.7, tracing one model tool call through to a real OS action and back. Along the way it hits the five design forks I found most instructive: capture doubling as sticky-target binding, background-first with verify → escalate, mutation-safe behavior on MCP timeout, the three image return routes, and the two separate approval layers between Hermes and cua-driver.
read more →