ssh-session-watch
Monitor SSH PTY sessions by long-polling and rendering a terminal-style dashboard with inline actor markers for collaborative session tracking.
Instructions
Long-poll an SSH PTY session and render a terminal-style dashboard with inline actor markers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session | No | Session id, session ref, or session name. Defaults to the active session | |
| eventSeq | No | Wait until transcript events grow beyond this sequence number | |
| outputOffset | No | Wait until terminal output grows beyond this offset | |
| dashboardWidth | No | Rendered dashboard width in columns | |
| dashboardHeight | No | Rendered dashboard height in rows | |
| waitForChangeMs | No | Long-poll duration in milliseconds | |
| includeDashboard | No | Include the rendered dashboard text in the tool response | |
| stripAnsiFromLeft | No | Strip ANSI escape sequences from rendered SSH output | |
| dashboardLeftChars | No | How many recent transcript chars to retain in the rendered viewer | |
| dashboardRightEvents | No | How many recent input/control/lifecycle events to retain for actor markers |