When a session delegates, the work disappears. You see "Agent launched successfully" and then nothing until it returns. Agent Max puts the whole tree on screen while it runs, so you can watch every agent work, see what it is holding against its context window, and know what it has spent.
InstallFrom VS Code: open the Extensions view, search From the command line:
Opening itInstall it, then click the button at the bottom left of VS Code. That is the whole thing. The item says Agents, it sits in the status bar next to the errors and warnings counts, and clicking it opens the exhibit beside your code.
During a run the button turns into a live count, Other ways to open itThe status bar is the quickest, but nothing depends on it. Any of these gets you to the same place, and the watcher starts on first open whichever one you use. From the bottom panel. There is an Agents tab next to Terminal, Problems and Output from the moment you install. Nothing to run, it is already there. This is the one to use if you like keeping it docked under your code. From the panel to the right. In the Agents panel's title bar there are two icons. The split one moves the exhibit into the column beside your editor, where it behaves like any other tab and can be split, dragged or maximised. The other restarts the watcher. From the command palette. Ctrl+Shift+P, or Cmd+Shift+P on a Mac, then:
In a browser, on a second screen. Agent Max: Open in Browser serves the identical page outside VS Code, which is the one to use if you want the run on a monitor of its own while you keep coding on the main one. With your own keyboard shortcut. No default shortcut ships with the
extension, deliberately, because any combo worth binding is already bound to
something in somebody's setup. To pick your own:
Ctrl+K Ctrl+S, search Moving it after the fact. Right-click the panel and Move Panel Right if you would rather keep it as a panel but on the side. VS Code remembers where you put it.
FeaturesWorkflow runs, with their phasesA workflow is not an ad-hoc agent tree. It declares its phases up front, its agents get labels from the script, and it keeps a status after every agent is gone. So it gets its own tab. Each run shows a timeline built from real timestamps, grouped by the phase that spawned each agent, which is how you see whether a stage pipelined or waited. Overlapping bars mean concurrency; one long bar starting late means a barrier. Click any agent to open the same card the tree opens. A run still in flight has written no record yet, so its name, phases and timing are rebuilt from the transcripts. Its bars run to now and grow while you watch, working agents pulse, and each row names the tool it is running this second. Runs are scoped separately from the agent tree, because the tree is about this session and a run you want to read usually is not. The tree, to any depthAgents that spawn their own agents nest under them. A run three levels deep looks three levels deep, and each card carries context against the window, turns, tool calls and output tokens.
What each agent is doing, right nowAgents appear the moment they are created, with the brief they were given.
Last said is the most recent line from that agent. Last action is the last tool call it made, with a timestamp. Between them you can tell a stuck agent from a slow one without opening anything. Session totals, kept apart
Filter the agent list by session, depth, model, or down to agents that did real work, which is the fastest way to hide the ones that spawned and returned immediately. Dialogue, log and trace
Open any agent and read it back. Everything it said with timestamps, every tool call in order, and the raw trace underneath. You can follow a number in the output back to the call that produced it. Commands
Settings
PrivacyEverything is local. The extension makes no network requests. The watcher reads Claude Code's own transcript files under The watcher is a single readable Python file:
Known behaviour
ContributingIssues and pull requests welcome at github.com/davidalmeida90/agent-max. To run from source: clone the repo, open it in VS Code, press F5 to
launch an Extension Development Host. To build a Not affiliated with AnthropicAn independent tool that reads local Claude Code transcripts. Not built, endorsed or supported by Anthropic. LicenseMIT © David Arias |





