session_list
List active Claude Code sessions in your project to avoid parallel work conflicts. See what each session is focused on before making changes.
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 |