From 0dafdde1731802bdfa5ce2a4b353de23f888f57b Mon Sep 17 00:00:00 2001 From: justsisyphus Date: Sun, 1 Feb 2026 17:00:26 +0900 Subject: [PATCH] chore: regenerate config schema --- assets/oh-my-opencode.schema.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/assets/oh-my-opencode.schema.json b/assets/oh-my-opencode.schema.json index 416acff9..6bdc3c3d 100644 --- a/assets/oh-my-opencode.schema.json +++ b/assets/oh-my-opencode.schema.json @@ -81,6 +81,7 @@ "sisyphus-junior-notepad", "start-work", "atlas", + "unstable-agent-babysitter", "stop-continuation-guard" ] } @@ -2748,6 +2749,19 @@ } } }, + "babysitting": { + "type": "object", + "properties": { + "enabled": { + "default": false, + "type": "boolean" + }, + "timeout_ms": { + "default": 120000, + "type": "number" + } + } + }, "git_master": { "type": "object", "properties": {