From 8618d57d95ca9b47606cc4246b5b89b1f8277021 Mon Sep 17 00:00:00 2001 From: YeonGyu-Kim Date: Sun, 14 Dec 2025 22:34:55 +0900 Subject: [PATCH] add missing schema components --- assets/oh-my-opencode.schema.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/assets/oh-my-opencode.schema.json b/assets/oh-my-opencode.schema.json index fc5041c..bc5d0d1 100644 --- a/assets/oh-my-opencode.schema.json +++ b/assets/oh-my-opencode.schema.json @@ -24,6 +24,7 @@ "items": { "type": "string", "enum": [ + "OmO", "oracle", "librarian", "explore", @@ -56,7 +57,8 @@ "auto-update-checker", "startup-toast", "keyword-detector", - "agent-usage-reminder" + "agent-usage-reminder", + "interactive-bash-blocker" ] } }, @@ -66,7 +68,9 @@ "type": "string", "enum": [ "build", + "plan", "OmO", + "OmO-Plan", "oracle", "librarian", "explore", @@ -258,9 +262,9 @@ "type": "object", "description": "Configuration for the default OmO agent behavior.", "properties": { - "disable_build": { + "disabled": { "type": "boolean", - "description": "When true, hides the default Build agent. OmO becomes the only primary agent.", + "description": "When true, disables OmO agents and restores original build/plan as primary.", "default": false } }