Rename pane
rename_paneChange a terminal pane's label and subtitle live on its header. Pass an empty string to clear the subtitle; omit it to keep the current one.
Instructions
Change a pane's label (title) and, optionally, its subtitle — applied live to the pane header. Pass subtitle:"" to clear it; omit subtitle to leave it unchanged.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | Yes | ||
| paneId | Yes | ||
| subtitle | No | "" clears it; omit to leave as-is |