Coding-agent sessions are not flat transcripts. They fan out into sub-agents, tools, gates, and evidence. Power Claude’s Session Flow Explorer maps that structure as a live graph — with Mermaid export for docs — so you can see what actually ran, not guess from JSONL. Try it free in the browser (synthetic demo): Open Flow Explorer — harness-aware demo.
TL;DR
| Need | Where |
|---|---|
| Try without installing | Interactive Flow Explorer demo (start with harness-aware) |
| Visual session map (product) | Power Claude → Flow / Session Explorer → Graph / Combined |
| Paste into mermaid.live / docs | Copy Mermaid or pc tree --format mermaid |
| Evidence on a tool turn | Graph node → Evidence I/O panel |
| Product deep-link | Session Flow Explorer tile |
Try it now (no install)
The public demo is the fastest way to understand the product:
- Open Try Flow Explorer (recommended scenario: Harness-aware run).
- Use Combined mode — session path drawn on the harness map.
- Walk Taken path / step nodes; open Evidence on a tool turn.
- Switch scenarios (simple edit, failed tool, sub-agent fan-out) from the top dropdown.
Synthetic data only in the browser. Real sessions stay local in the Power Claude extension.
The problem: JSONL is not a map
A long agentic run produces thousands of lines of session log. That is storage, not understanding.
Operators searching for:
- “claude code session graph”
- “mermaid agent tree”
- “what sub-agents did this session spawn”
need a structured view: parent vs child, tool vs model turn, how long each step took, and where evidence lives.
What Session Flow Explorer is
Power Claude’s Flow / Session graph surfaces:
- Real sessions from your machine (sandbox mode aligned with production data paths).
- Agent fan-out — tasks and sub-agents as first-class nodes, not invent-from-empty ghosts.
- Durations — wall time where the log supports it.
- Evidence I/O — inspect tool inputs/outputs from the graph.
- Mermaid export — same shape for docs and
mermaid.live. - CLI parity —
pc tree --format mermaidfor terminals and CI notes.
Fail-hard validation drops ghost nodes so the map does not invent agents that never ran.
Session Flow vs Harness Flow Graph
| Surface | Answers | When to open |
|---|---|---|
| Session Flow Explorer | What did this session do? | Debugging a run, writing a postmortem |
| Harness Flow Graph | What will the edit pipeline run for any client? | Understanding gates, matchers, sub-agents in the harness |
How to use it
In VS Code / code-server
- Open Power Claude → Session Explorer (or Flow Explorer entry).
- Select a session.
- Open Graph (structure) and Lifetime (timeline-oriented view where available).
- Click a node for Evidence when you need tool I/O.
- Copy Mermaid to paste into docs or mermaid.live.
CLI
pc tree --format mermaid
# or project-specific tree commands documented for your Power Claude version
Why Mermaid
Mermaid is portable: README files, Notion, GitHub, design reviews. Exporting the same graph the UI shows means your documentation is not a hand-drawn fiction of the session.
Frequently asked questions
Is this the same as Claude Code’s built-in history?
No. Claude Code stores transcripts. Flow Explorer projects structure (agents, tools, edges) and exports Mermaid.
Does export send data to Neural-LLM?
No. Graphs and Mermaid source are local. Marketing pages may show example diagrams; your sessions stay on your machine.
Can I deep-link a graph?
Yes — Flow Explorer supports deep links / prefs clamping so a URL opens the intended session context (see product release notes for aliases).
What if the graph is empty?
Empty graph usually means the session log has no indexable structure yet, or validation removed incomplete nodes. Re-run a short agentic task and refresh.
Relation to cross-session messaging?
Messaging coordinates live sessions. Flow Explorer explains what one session did. Use both for fleet ops.
Related
- Cross-session messaging
- Account groups
- How to use Flow Explorer
- Harness Flow Graph
- Product #feature-flow-explorer · Harness flow
- Download · Pricing
Independent third-party software. Not affiliated with Anthropic.