From 9c4e6b500e5bafb739698db0a6ff8df668ce32a6 Mon Sep 17 00:00:00 2001 From: "opencode-agent[bot]" Date: Wed, 12 Aug 2026 00:58:51 +0000 Subject: [PATCH] chore: generate --- packages/core/src/models-dev.ts | 4 +--- packages/protocol/openapi.json | 18 +++++++++++++++++- packages/www/openapi.json | 18 +++++++++++++++++- packages/www/public/openapi.json | 18 +++++++++++++++++- 4 files changed, 52 insertions(+), 6 deletions(-) diff --git a/packages/core/src/models-dev.ts b/packages/core/src/models-dev.ts index 9dd5aafb9c..e23d735a87 100644 --- a/packages/core/src/models-dev.ts +++ b/packages/core/src/models-dev.ts @@ -537,9 +537,7 @@ export class Service extends Context.Service()("@opencode/Mo const CatalogJson = Schema.fromJsonString(Schema.Record(Schema.String, Schema.Unknown)) const decodeCatalog = (text: string) => - Schema.decodeUnknownEffect(CatalogJson)(text).pipe( - Effect.map((catalog) => catalog as Record), - ) + Schema.decodeUnknownEffect(CatalogJson)(text).pipe(Effect.map((catalog) => catalog as Record)) const Cache = Schema.Struct({ updatedAt: Schema.Number, body: CatalogJson, diff --git a/packages/protocol/openapi.json b/packages/protocol/openapi.json index 6f5a6ceeb0..ce4d388b43 100644 --- a/packages/protocol/openapi.json +++ b/packages/protocol/openapi.json @@ -3871,6 +3871,22 @@ ] }, "required": true + }, + { + "name": "continue", + "in": "query", + "schema": { + "anyOf": [ + { + "type": "string", + "enum": ["true", "false"] + }, + { + "type": "null" + } + ] + }, + "required": false } ], "security": [], @@ -3916,7 +3932,7 @@ } } }, - "description": "Interrupt active execution owned by this OpenCode process. Idle interruption is a no-op.", + "description": "Interrupt active execution owned by this OpenCode process. Idle interruption is a no-op. When continue=true, execution resumes if durable pending work remains after interruption.", "summary": "Interrupt session execution" } }, diff --git a/packages/www/openapi.json b/packages/www/openapi.json index 6f5a6ceeb0..ce4d388b43 100644 --- a/packages/www/openapi.json +++ b/packages/www/openapi.json @@ -3871,6 +3871,22 @@ ] }, "required": true + }, + { + "name": "continue", + "in": "query", + "schema": { + "anyOf": [ + { + "type": "string", + "enum": ["true", "false"] + }, + { + "type": "null" + } + ] + }, + "required": false } ], "security": [], @@ -3916,7 +3932,7 @@ } } }, - "description": "Interrupt active execution owned by this OpenCode process. Idle interruption is a no-op.", + "description": "Interrupt active execution owned by this OpenCode process. Idle interruption is a no-op. When continue=true, execution resumes if durable pending work remains after interruption.", "summary": "Interrupt session execution" } }, diff --git a/packages/www/public/openapi.json b/packages/www/public/openapi.json index 6f5a6ceeb0..ce4d388b43 100644 --- a/packages/www/public/openapi.json +++ b/packages/www/public/openapi.json @@ -3871,6 +3871,22 @@ ] }, "required": true + }, + { + "name": "continue", + "in": "query", + "schema": { + "anyOf": [ + { + "type": "string", + "enum": ["true", "false"] + }, + { + "type": "null" + } + ] + }, + "required": false } ], "security": [], @@ -3916,7 +3932,7 @@ } } }, - "description": "Interrupt active execution owned by this OpenCode process. Idle interruption is a no-op.", + "description": "Interrupt active execution owned by this OpenCode process. Idle interruption is a no-op. When continue=true, execution resumes if durable pending work remains after interruption.", "summary": "Interrupt session execution" } },