address bot review

This commit is contained in:
Ryan Dielhenn
2026-03-29 05:56:44 -07:00
parent e9e0aef847
commit 1d13250654
2 changed files with 1 additions and 4 deletions
-3
View File
@@ -5044,8 +5044,5 @@
}
}
},
"required": [
"git_master"
],
"additionalProperties": false
}
+1 -1
View File
@@ -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(),