|
@@ -644,6 +644,7 @@ export namespace Config {
|
|
|
$schema: z.string().optional().describe("JSON schema reference for configuration validation"),
|
|
$schema: z.string().optional().describe("JSON schema reference for configuration validation"),
|
|
|
theme: z.string().optional().describe("Theme name to use for the interface"),
|
|
theme: z.string().optional().describe("Theme name to use for the interface"),
|
|
|
keybinds: Keybinds.optional().describe("Custom keybind configurations"),
|
|
keybinds: Keybinds.optional().describe("Custom keybind configurations"),
|
|
|
|
|
+ logLevel: Log.Level.optional().describe("Log level"),
|
|
|
tui: TUI.optional().describe("TUI specific settings"),
|
|
tui: TUI.optional().describe("TUI specific settings"),
|
|
|
server: Server.optional().describe("Server configuration for opencode serve and web commands"),
|
|
server: Server.optional().describe("Server configuration for opencode serve and web commands"),
|
|
|
command: z
|
|
command: z
|