
rungraph - see what your coding agent actually did, as an interactive graph (open source)
My coding agent kept doing 20 minutes of work I couldn't inspect afterward. The transcript exists (Claude Code and Codex CLI write everything to disk), but nobody reads 4,000 lines of JSON.
So I built rungraph, open source and free (MIT). npx rungraph turns every session on your machine into a clickable graph: your prompts run down the spine, subagents get their own lanes, and it flags stuff like retry loops and errors nothing came back to fix. If a session is still running, the graph fills in as the agent works. And new in 0.4.0, you can resume any local session from the dashboard: copy the exact resume command, or one click opens it in a terminal on macOS.
Nothing leaves your machine.
Live demo in the browser, nothing to install: https://fayzan123.github.io/rungraph
Repo: https://github.com/fayzan123/rungraph
Feedback welcome, especially if it breaks on your transcripts.