onda_pane_split
Split the active terminal pane to create a new one beside or below, enabling parallel workspaces for multi-agent workflows.
Instructions
Split the active pane in Onda terminal. Creates a new terminal beside or below the current one. Use this to set up parallel workspaces for multi-agent workflows.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Working directory for the new pane. Defaults to current directory. | |
| shell | No | Shell to use (e.g., /bin/zsh, /bin/bash). Defaults to user default. | |
| direction | No | Where to place the new pane. "right" = side-by-side columns. "down" = stacked rows. |