From dda69d77e853ce76754fbdd91445e8faa324702f Mon Sep 17 00:00:00 2001 From: "opencode-agent[bot]" Date: Fri, 22 May 2026 17:47:18 +0000 Subject: [PATCH] chore: generate --- packages/sdk/openapi.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/packages/sdk/openapi.json b/packages/sdk/openapi.json index c73ffe5963..5d4139139a 100644 --- a/packages/sdk/openapi.json +++ b/packages/sdk/openapi.json @@ -10326,6 +10326,16 @@ } } } + }, + "404": { + "description": "NotFoundError", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/NotFoundError" + } + } + } } }, "description": "Move a session's sync history into the target workspace, or detach it to the local project.",