opencode_tui_execute_command
Execute slash commands like /init or /undo through the TUI to control OpenCode sessions.
Instructions
Execute a slash command through the TUI (e.g. '/init', '/undo')
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | Command to execute (e.g. '/init') | |
| directory | No | Absolute path to the project directory. When provided, the request targets that project. If omitted, the OpenCode server uses its own working directory. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| text | Yes | ||
| isError | Yes |