opencode_tui_append_prompt
Append text to OpenCode's TUI prompt input field to execute commands or delegate coding tasks, optionally targeting a specific project directory.
Instructions
Append text to the TUI's prompt input field
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text to append to the prompt | |
| 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 |