session_list
Monitor live agent sessions across projects to see what other agents are asking, avoid duplicate work, and track each session's status, recent question, and heartbeat age.
Instructions
COORDINATION — the operator dashboard. Lists ask_fable sessions across instances on this machine (opencode / Claude Code / salient windows) so you can see what other agents are asking the oracles. Each entry shows session key, agent_id, latest question, oracle, status, heartbeat age, and turn count. Defaults: THIS project only, and active_only: true (hide sessions with no heartbeat in ~5 min — the stale threshold). Pass active_only: false for retained history, all_projects: true for the whole machine. Use it to avoid duplicate work or watch the live fleet. Read-only, makes no model call. Visibility-only — never affects oracle answers; oracles only see what a calling agent explicitly passes in question/context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| active_only | No | Only sessions with a recent heartbeat (not stale). Default true so the dashboard shows live work. Pass false to include retained history. | |
| all_projects | No | Show sessions from ALL projects on this machine, not just the current one. |