onda_terminal_send
Send raw text to a terminal without adding a newline, enabling interactive input, partial commands, and key sequences.
Instructions
Send raw text to a terminal without appending a newline. Use for interactive input, partial commands, or key sequences.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Terminal ID to send text to. | |
| text | Yes | Text to send (no trailing newline added). |