mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-22 18:24:21 +01:00
docs: updating config schema
This commit is contained in:
@@ -339,7 +339,10 @@ export namespace Config {
|
|||||||
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"),
|
||||||
tui: TUI.optional().describe("TUI specific settings"),
|
tui: TUI.optional().describe("TUI specific settings"),
|
||||||
command: z.record(z.string(), Command).optional(),
|
command: z
|
||||||
|
.record(z.string(), Command)
|
||||||
|
.optional()
|
||||||
|
.describe("Command configuration, see https://opencode.ai/docs/commands"),
|
||||||
plugin: z.string().array().optional(),
|
plugin: z.string().array().optional(),
|
||||||
snapshot: z.boolean().optional(),
|
snapshot: z.boolean().optional(),
|
||||||
share: z
|
share: z
|
||||||
|
|||||||
Reference in New Issue
Block a user