chore: generate

This commit is contained in:
opencode-agent[bot] 2026-04-16 21:33:01 +00:00
parent 3c68d75776
commit b4667d9b0d
2 changed files with 4 additions and 6 deletions

View file

@ -1601,7 +1601,7 @@ export type Config = {
}
}
lsp?:
| false
| true
| {
[key: string]:
| {

View file

@ -6938,8 +6938,7 @@
"properties": {
"sessionID": {
"description": "Session ID to navigate to",
"type": "string",
"pattern": "^ses.*"
"type": "string"
}
},
"required": ["sessionID"]
@ -8511,8 +8510,7 @@
"properties": {
"sessionID": {
"description": "Session ID to navigate to",
"type": "string",
"pattern": "^ses.*"
"type": "string"
}
},
"required": ["sessionID"]
@ -11761,7 +11759,7 @@
"anyOf": [
{
"type": "boolean",
"const": false
"const": true
},
{
"type": "object",