opencode_file_status
Retrieve version control status for tracked files to see which are modified, added, or deleted in a specified project directory.
Instructions
Get status for tracked files (VCS changes: modified, added, deleted, etc.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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 |