send_text
Send raw text to a persistent terminal session and wait for the command output to complete, up to a configurable deadline.
Instructions
Send raw text to a stateful PTY session without adding a newline.
Requires an existing session created via create_session(session_id, cwd).
After sending text, this drains newly produced PTY bytes until the PTY is
silent for PILOTY_QUIESCENCE_MS (default 1000ms) or until deadline_s
expires.
deadline_s must be at most 300 seconds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| deadline_s | No | Total wall-clock budget in seconds. Must be between 0 and 300. | |
| session_id | Yes |