peers
Check what other agent sessions on this machine are working on before editing files or repos, so overlapping edits and git races are avoided.
Instructions
See what the other DSH agent sessions on this machine are doing right now: their workspace, title, whether a tool is still running, the last thing the human asked them, and the last thing they answered. Use it before touching files or repos another session might be editing, when the user mentions another window or session, or to check whether a task is already being handled elsewhere.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum sessions to show (default 8). | |
| workspace | No | Only show sessions whose workspace path contains this text. | |
| include_dormant | No | Include sessions with no recent activity (default false). | |
| active_within_minutes | No | Only show sessions with activity in the last N minutes (default 30). |