From f9e487f55a49677128c241847d4e05e41bb4ac0c Mon Sep 17 00:00:00 2001 From: Ryan Dielhenn Date: Sun, 29 Mar 2026 06:01:31 -0700 Subject: [PATCH] address bot review --- src/config/schema/oh-my-opencode-config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/schema/oh-my-opencode-config.ts b/src/config/schema/oh-my-opencode-config.ts index 348affdf4..5db7b0559 100644 --- a/src/config/schema/oh-my-opencode-config.ts +++ b/src/config/schema/oh-my-opencode-config.ts @@ -64,7 +64,7 @@ export const OhMyOpenCodeConfigSchema = z.object({ commit_footer: true, include_co_authored_by: true, git_env_prefix: "GIT_MASTER=1", - }).optional(), + }), browser_automation_engine: BrowserAutomationConfigSchema.optional(), websearch: WebsearchConfigSchema.optional(), tmux: TmuxConfigSchema.optional(),