Dashboard & watch
Two ways to watch what your agents are doing in real time.
weaver dashboard — live web view
Section titled “weaver dashboard — live web view”weaver dashboard # opens your browser; Ctrl-C to stopweaver dashboard --port 8080weaver dashboard --no-open # don't auto-open the browserIt spins up a tiny local server on 127.0.0.1, opens your browser, and renders a live view:
a card per active session (harness, intent, heartbeat), the claim map, a streaming activity
timeline, and the notes panel. It updates ~once a second.
weaver watch — live terminal view
Section titled “weaver watch — live terminal view”For the no-browser crowd, the same picture, redrawn in your terminal:
weaver watch # Ctrl-C to stop🧵 weaver watch — 9b649acdba00f6dd (Ctrl-C to stop)
3 other active sessions claude-code#alice refactor the auth module to use AuthService 3s ago codex#bob add a Google OAuth provider 3s ago opencode#cleo backfill auth unit tests 2m agoclaims: src/auth/** claude-code#alice — rewriting token refresh tests/auth/** opencode#cleo — coverage only, won't touch srcSnapshots
Section titled “Snapshots”For a one-off (and for agents), weaver status prints the same picture once and exits;
weaver status --json gives structured output.