opencode_get_project
Retrieves the active project path and metadata from opencode, providing current project context for your CLI session.
Instructions
Get the current project context from opencode.
Returns the active project path and metadata.
Return Format
{"success": bool, "message": str, "data": {"project": dict}}
Examples
opencode_get_project()
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||