launch
Start TUI applications in managed pseudo-terminals for interactive control, returning session IDs for follow-up operations.
Instructions
Launch a TUI application in a managed pseudo-terminal. Returns a session ID for subsequent interactions.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | Command to run (e.g. "node app.js", "vim file.txt", "htop") | |
| cols | No | Terminal width in columns (default: 80) | |
| rows | No | Terminal height in rows (default: 24) | |
| cwd | No | Working directory for the process |