wait_for_idle
Pauses execution until terminal output stabilizes, ensuring applications finish rendering after receiving input commands.
Instructions
Wait until the terminal buffer stops changing. Useful after sending keys to wait for the app to finish rendering.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | Yes | Session ID | |
| timeout | No | Max wait time in milliseconds (default: 3000) | |
| debounce | No | How long the buffer must be stable before considered idle, in ms (default: 300) |