herdr_pane_send_input
Send text and key presses to a terminal pane to execute commands or trigger warm-up pings.
Instructions
Send text and/or key presses to a pane in one call. Used for warm-up (PING_REPLY_WITH_PONG) and sending commands. Keys are key names like Enter, CtrlC, Backspace.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keys | No | List of key names to press (e.g. Enter, CtrlC). | |
| text | No | Literal text to type into the pane. | |
| pane_id | Yes | Id of the pane. |