From 1d363fa19fe9c1445f635498da48211bf09cbc97 Mon Sep 17 00:00:00 2001 From: "opencode-agent[bot]" Date: Thu, 26 Mar 2026 14:16:07 +0000 Subject: chore: generate --- packages/sdk/openapi.json | 56 ----------------------------------------------- 1 file changed, 56 deletions(-) (limited to 'packages/sdk/openapi.json') diff --git a/packages/sdk/openapi.json b/packages/sdk/openapi.json index bbe1093bd..245df2ce1 100644 --- a/packages/sdk/openapi.json +++ b/packages/sdk/openapi.json @@ -6718,59 +6718,6 @@ ] } }, - "/vcs/diff": { - "get": { - "operationId": "vcs.diff", - "parameters": [ - { - "in": "query", - "name": "directory", - "schema": { - "type": "string" - } - }, - { - "in": "query", - "name": "workspace", - "schema": { - "type": "string" - } - }, - { - "in": "query", - "name": "mode", - "schema": { - "type": "string", - "enum": ["git", "branch"] - }, - "required": true - } - ], - "summary": "Get VCS diff", - "description": "Retrieve the current git diff for the working tree or against the default branch.", - "responses": { - "200": { - "description": "VCS diff", - "content": { - "application/json": { - "schema": { - "type": "array", - "items": { - "$ref": "#/components/schemas/FileDiff" - } - } - } - } - } - }, - "x-codeSamples": [ - { - "lang": "js", - "source": "import { createOpencodeClient } from \"@opencode-ai/sdk\n\nconst client = createOpencodeClient()\nawait client.vcs.diff({\n ...\n})" - } - ] - } - }, "/command": { "get": { "operationId": "command.list", @@ -12534,9 +12481,6 @@ "properties": { "branch": { "type": "string" - }, - "default_branch": { - "type": "string" } } }, -- cgit v1.2.3