notify_session_progress
Send progress updates from AFK Mode to mobile clients during active sessions. Use categories like milestone, error, or info to communicate task status while away from your desk.
Instructions
Sends a progress update to the connected mobile client. Only call this when AFK mode is active (afkMode: true and clientConnected: true). Returns immediately. Use category 'milestone' for significant steps, 'error' for failures, 'info' for routine updates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | Yes | The session ID | |
| summary | Yes | Short human-readable summary | |
| detail | No | Extended detail (shown in detailed verbosity) | |
| category | Yes | Category of the progress update | |
| progress | No | Optional structured progress | |
| filesChanged | No | Optional list of files touched | |
| toolsUsed | No | Optional list of tools called |