herdr_pane_split
Split a terminal pane to create a new pane on the right or below, returning the new pane ID for managing workspace layouts.
Instructions
Split a pane, creating a new pane to the right or below. Returns the new pane's pane_id. Essential for launching reviewers in a clean pane.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Working directory for the new pane. | |
| focus | No | Focus the new pane after creation. | |
| ratio | No | Split ratio (0-1). | |
| direction | Yes | Where to place the new pane: right or down. | |
| target_pane_id | No | Pane to split (defaults to the focused pane). |