remote_stream_enable
Enable real-time output streaming for SSH sessions with automatic error detection and optional interruption on error patterns.
Instructions
Enable real-time streaming for a session with error detection.
When enabled, the system monitors output in real-time for:
Error patterns (configurable)
Interactive prompts requiring input
Command completion
With autoInterrupt=true, it will automatically send Ctrl+C when errors are detected.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | No | Session ID (defaults to active session) | |
| autoInterrupt | No | Auto-send Ctrl+C on error detection. Default: false | |
| errorPatterns | No | Additional regex patterns to detect errors |