Clear pane¶
clear_pane¶
clear_paneClear the contents of a tmux pane.
- Returns:
Use when you want a clean terminal before capturing output.
Side effects: Clears the pane’s visible content.
Example:
{
"tool": "clear_pane",
"arguments": {
"pane_id": "%0"
}
}
Response (string):
Pane cleared: %0
Parameters