From 44a16046565c621c604c6c45216e306387346c95 Mon Sep 17 00:00:00 2001 From: ControlNet Date: Fri, 20 Feb 2026 02:49:47 +1100 Subject: [PATCH] Update src/config/schema/experimental.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- src/config/schema/experimental.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/schema/experimental.ts b/src/config/schema/experimental.ts index 98526401..4fbcdf18 100644 --- a/src/config/schema/experimental.ts +++ b/src/config/schema/experimental.ts @@ -15,7 +15,7 @@ export const ExperimentalConfigSchema = z.object({ plugin_load_timeout_ms: z.number().min(1000).optional(), /** Wrap hook creation in try/catch to prevent one failing hook from crashing the plugin (default: true at call site) */ safe_hook_creation: z.boolean().optional(), - /** Disable the OhMyOpenCode environment setup (experimental) */ + /** Disable auto-injected context in prompts (experimental) */ disable_omo_env: z.boolean().optional(), /** Enable hashline_edit tool for improved file editing with hash-based line anchors */ hashline_edit: z.boolean().optional(),