tmux_set_pane_title
Label a tmux pane with a custom title for agent-driven workflows. Requires tmux 2.6+.
Instructions
Set a pane's title (select-pane -T, tmux 2.6+).
The title is the #{pane_title} reported by tmux_list_panes; it's a
handy label for agents driving several panes (it does not change the
window name). Requires tmux 2.6+; on older tmux it is a no-op with a
note.
Returns {"pane": target_pane, "title": title} (or {"notes": [...]}).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| target_pane | No | ||
| target | No |