session_update
Update the active session's focus to communicate current work to other sessions and prevent task conflicts.
Instructions
Declare or update what THIS Claude Code session is currently working on (live presence). Call it when you start or switch tasks so parallel sessions can avoid stepping on your work. Example focus: 'working on the auth module'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| focus | Yes | Short human-readable description of the current work | |
| label | No | Optional session name (defaults to the working directory name) |