term_read
Read new terminal output from a VMware guest session, wait for a matching pattern, or capture the full screen to monitor command progress and detect expected results.
Instructions
Read new output (delta), wait for a regex (until), or render the screen (mode=screen).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | delta | |
| clean | No | Strip terminal control sequences | |
| until | No | Regex to wait for (delta mode) | |
| cursor | No | Absolute cursor; omit to continue | |
| timeout | No | Seconds to wait when until is set | |
| max_bytes | No | ||
| session_id | Yes | Session id from term_open |