start_process
Start long-running or interactive shell processes in persistent tmux sessions. Choose between background execution or visible terminal windows for different application types.
Instructions
Start a long-running or interactive process. Defaults to the background exec window, but can target the ui window for interactive applications.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | Command to start | |
| workspace_id | No | default | |
| target_window | No | Window to run in: 'ui' for interactive apps, 'exec' for background processes. Example: `target_window: 'ui'` to run 'vim' visibly. | exec |