Skip to content

Dashboard & watch

Two ways to watch what your agents are doing in real time.

Terminal window
weaver dashboard # opens your browser; Ctrl-C to stop
weaver dashboard --port 8080
weaver dashboard --no-open # don't auto-open the browser

It 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.

For the no-browser crowd, the same picture, redrawn in your terminal:

Terminal window
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 ago
claims:
src/auth/** claude-code#alice — rewriting token refresh
tests/auth/** opencode#cleo — coverage only, won't touch src

For a one-off (and for agents), weaver status prints the same picture once and exits; weaver status --json gives structured output.