From a599376787877e1d53fed24d53959fd4a3013db4 Mon Sep 17 00:00:00 2001 From: YeonGyu-Kim Date: Thu, 2 Apr 2026 15:16:37 +0900 Subject: [PATCH] chore: regenerate schema --- assets/oh-my-opencode.schema.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/assets/oh-my-opencode.schema.json b/assets/oh-my-opencode.schema.json index bf88ba798..d76d15299 100644 --- a/assets/oh-my-opencode.schema.json +++ b/assets/oh-my-opencode.schema.json @@ -68,6 +68,12 @@ "type": "string" } }, + "mcp_env_allowlist": { + "type": "array", + "items": { + "type": "string" + } + }, "hashline_edit": { "type": "boolean" },