opencode_tui_show_toast
Display toast notifications in the OpenCode TUI to provide real-time feedback on task progress, success, warnings, or errors.
Instructions
Show a toast notification in the TUI
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Optional toast title | |
| message | Yes | Toast message text | |
| variant | No | Toast variant (default: info) | |
| 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 |