chore: generate

This commit is contained in:
opencode-agent[bot]
2026-08-12 00:58:51 +00:00
parent 5da7eaa6eb
commit 9c4e6b500e
4 changed files with 52 additions and 6 deletions
+1 -3
View File
@@ -537,9 +537,7 @@ export class Service extends Context.Service<Service, Interface>()("@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<string, SourceProvider>),
)
Schema.decodeUnknownEffect(CatalogJson)(text).pipe(Effect.map((catalog) => catalog as Record<string, SourceProvider>))
const Cache = Schema.Struct({
updatedAt: Schema.Number,
body: CatalogJson,
+17 -1
View File
@@ -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"
}
},
+17 -1
View File
@@ -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"
}
},
+17 -1
View File
@@ -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"
}
},