ssh-session-send
Send raw text input to an interactive SSH PTY session, with optional actor label and session targeting for command execution.
Instructions
Send raw input to an interactive SSH PTY session. Actor is shown inline in the dashboard transcript.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| actor | No | Label for the sender shown inline in the dashboard, e.g. codex, claude, user | |
| input | Yes | Raw text to send into the PTY | |
| session | No | Session id, session ref, or session name. Defaults to the active session | |
| appendNewline | No | Append a newline after the input |