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": {