mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-30 05:29:53 +00:00
chore: generate
This commit is contained in:
parent
155ba794cf
commit
634559760a
2 changed files with 14 additions and 4 deletions
|
|
@ -7687,6 +7687,11 @@
|
|||
},
|
||||
"additionalProperties": false
|
||||
},
|
||||
"LogLevel": {
|
||||
"description": "Log level",
|
||||
"type": "string",
|
||||
"enum": ["DEBUG", "INFO", "WARN", "ERROR"]
|
||||
},
|
||||
"ServerConfig": {
|
||||
"description": "Server configuration for opencode serve and web commands",
|
||||
"type": "object",
|
||||
|
|
@ -8164,6 +8169,9 @@
|
|||
"keybinds": {
|
||||
"$ref": "#/components/schemas/KeybindsConfig"
|
||||
},
|
||||
"logLevel": {
|
||||
"$ref": "#/components/schemas/LogLevel"
|
||||
},
|
||||
"tui": {
|
||||
"description": "TUI specific settings",
|
||||
"type": "object",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue