From f4aeee18a4d91c28d5350a34f85e8af8b125a696 Mon Sep 17 00:00:00 2001 From: YeonGyu-Kim Date: Fri, 20 Feb 2026 11:07:34 +0900 Subject: [PATCH] fix(schema): add no-hephaestus-non-gpt and disable_omo_env configuration options MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add no-hephaestus-non-gpt to hook list for schema validation - Add disable_omo_env to experimental features schema - Sync schema with existing hook and feature implementations 🤖 Generated with assistance of [OhMyOpenCode](https://github.com/code-yeongyu/oh-my-opencode) --- assets/oh-my-opencode.schema.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/oh-my-opencode.schema.json b/assets/oh-my-opencode.schema.json index bb4f4e7c..9327d59c 100644 --- a/assets/oh-my-opencode.schema.json +++ b/assets/oh-my-opencode.schema.json @@ -92,6 +92,7 @@ "prometheus-md-only", "sisyphus-junior-notepad", "no-sisyphus-gpt", + "no-hephaestus-non-gpt", "start-work", "atlas", "unstable-agent-babysitter", @@ -3138,6 +3139,9 @@ "safe_hook_creation": { "type": "boolean" }, + "disable_omo_env": { + "type": "boolean" + }, "hashline_edit": { "type": "boolean" }