chore: createOpencodeServer expose logLevel (#6202)

This commit is contained in:
Ayush Walekar
2025-12-26 22:39:06 +05:30
committed by GitHub
parent f1ab427f0e
commit 155ba794cf
5 changed files with 17 additions and 2 deletions

View File

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