You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- token-truth: single source for real conversation size; corrects the
Claude-2-BPE estimator's ~35% undercount so compaction/triage gates fire
before the hard context limit (wired into chat-history, agent-turn-queue)
- README/site: swap company logos for a dynamic-workflow flow-graph section
- SetupBanner / MainPage onboarding tweaks
**An AI agent that manages your projects, notes, and coding sessions — with the missing web UI for Claude Code built in.**
27
14
28
15
Open Walnut is not just a dashboard — it's an AI-native app. A built-in AI agent with 30+ tools manages your tasks, spawns and monitors Claude Code sessions, and builds a **self-organizing knowledge base** that gets smarter the more you use it. Raw daily observations auto-distill into organized topic pages. Old noise decays. Important patterns persist. It also gives Claude Code a proper web interface: real-time streaming, multi-session monitoring, visual task boards, and a personal notes vault. Think of it as an AI butler with a perfect memory and a beautiful UI.
@@ -35,6 +22,7 @@ Open Walnut is not just a dashboard — it's an AI-native app. A built-in AI age
35
22
-[See it in action](#see-it-in-action)
36
23
-[Drive local and remote machines from one tab](#drive-local-and-remote-machines-from-one-tab)
37
24
-[Review what the agent changed](#review-what-the-agent-changed)
25
+
-[See dynamic workflows as a live flow-graph](#see-dynamic-workflows-as-a-live-flow-graph)
38
26
-[Key Features](#key-features)
39
27
-[Multi-Agent — But Human-Centered](#multi-agent--but-human-centered)
40
28
-[Quick Start](#quick-start) | **[Getting Started Guide](GETTING_STARTED.md)**
@@ -138,6 +126,19 @@ Click a session's **Changed** chip for a full-screen diff: every file it edited,
138
126
139
127

140
128
129
+
## See dynamic workflows as a live flow-graph
130
+
131
+
**Claude Code can fan out into a dynamic multi-agent workflow — Open Walnut is the place you actually *watch* it run.**
132
+
133
+

134
+
135
+
When a session spawns a dynamic workflow, Walnut renders it as a **phase flow-graph** in real time — each phase (fan-out, synthesize, …) as a column, each subagent as a node with its live status, model, token spend, and duration. No more guessing what the parallel agents are doing from a wall of interleaved text.
136
+
137
+
-**Full Claude Code dynamic-workflow support** — phases, parallel fan-out, and sequential stages are parsed straight from the session stream and laid out as they happen.
138
+
-**Drill into any subagent** — click a node to open that subagent's full transcript; **View script** shows the workflow that's driving it.
139
+
-**Survives a reload** — the graph is rebuilt from the workflow's on-disk manifest, so refreshing the page (or reconnecting to a remote host) restores the whole flow, not just the latest line.
140
+
-**Collapsible & full-screen** — fold it away while you work, or pop the whole panel full-screen to follow a big fan-out.
@@ -199,6 +181,15 @@ <h3>Review what the agent changed</h3>
199
181
<imgsrc="assets/session-changed.png" alt="A GitHub-style per-session diff in Walnut showing exactly what one Claude Code session changed"/>
200
182
</div>
201
183
184
+
<divclass="feature">
185
+
<divclass="ftext">
186
+
<h3>See dynamic workflows as a live flow-graph</h3>
187
+
<p>Claude Code can fan out into a <b>dynamic multi-agent workflow</b> — Walnut is where you actually <i>watch</i> it run. Each phase becomes a column, each subagent a node with its live status, model, token spend, and duration.</p>
188
+
<p><b>Full Claude Code dynamic-workflow support</b>: parallel fan-out and sequential stages are parsed straight from the session stream. <b>Click any node</b> for that subagent's full transcript; it even <b>survives a reload</b>, rebuilt from the on-disk manifest.</p>
189
+
</div>
190
+
<imgsrc="assets/workflow-viz.png" alt="Walnut visualizing a Claude Code dynamic workflow as a phase flow-graph: a FAN OUT stage of 4 parallel subagents feeding a SYNTHESIZE stage, each node showing model, tokens, and duration"/>
191
+
</div>
192
+
202
193
<divclass="grid">
203
194
<divclass="gcard"><h4>🖥️ Multi-session dashboard</h4><p>Run and monitor dozens of Claude Code sessions side by side, with live status, mid-session model switching, and plan → execute.</p></div>
204
195
<divclass="gcard"><h4>✅ Tasks that drive sessions</h4><p>A 4-layer Category → Project → Task → Subtask hierarchy with priorities, due dates, dependencies, and tags — each task wired to its Claude Code session.</p></div>
0 commit comments