session_list
View active Claude Code sessions on the same project to see what each collaborator is focused on and avoid stepping on parallel work.
Instructions
List OTHER live Claude Code sessions working on the same project right now, and what each is focused on. By default it is scoped to THIS session's project (the one linked in the current directory) — that's where work actually collides. If the current directory isn't linked to a project, it falls back to the whole organization. Use it at conversation start and before big changes to avoid stepping on parallel sessions. Pass a specific project to scope elsewhere, or all_projects: true to see every session across the organization. Sessions expire automatically ~10 minutes after their last heartbeat.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | No | Scope to a specific project id or name instead of the current one | |
| all_projects | No | List sessions across the whole organization instead of just the current project. Ignored when `project` is also provided. | |
| include_stale | No | Also include sessions whose heartbeat is older than the 10-minute TTL |