terminal_resize
Resize an active terminal session to specified columns and rows, then inspect the updated screen snapshot to confirm the new dimensions.
Instructions
Resize the child terminal and emulated screen, then observe the result. The child receives its terminal-size notification. A strict timeout retains the applied dimensions in latestSnapshot; it does not undo the resize.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cols | Yes | ||
| rows | Yes | ||
| settleMs | No | ||
| sessionId | Yes | ||
| settleTimeoutMs | No |