opencode_launch_ui
Launch opencode in terminal UI, web browser, or background API server. Choose the mode that fits your workflow to start working on a project interactively.
Instructions
Launch opencode interactively - TUI, web UI, or background API server.
Use this to open the opencode interface for manual work.
Return Format
{"success": bool, "message": str, "data": {"mode": str, "project": str}}
Examples
opencode_launch_ui(mode="web") opencode_launch_ui(mode="serve")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Launch mode: 'tui' (terminal UI), 'web' (browser), 'serve' (background API server) | tui |
| project | No | Project directory to open. Uses cwd if omitted. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||