From 224ecea8c78e6fc81ce603b1e1930a48e35b2076 Mon Sep 17 00:00:00 2001 From: tad-hq <213478119+tad-hq@users.noreply.github.com> Date: Tue, 17 Mar 2026 13:43:56 -0600 Subject: [PATCH] chore: regenerate JSON schema with circuitBreaker.enabled field --- assets/oh-my-opencode.schema.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/assets/oh-my-opencode.schema.json b/assets/oh-my-opencode.schema.json index dfd7558bf..2be24a634 100644 --- a/assets/oh-my-opencode.schema.json +++ b/assets/oh-my-opencode.schema.json @@ -3708,6 +3708,9 @@ "circuitBreaker": { "type": "object", "properties": { + "enabled": { + "type": "boolean" + }, "maxToolCalls": { "type": "integer", "minimum": 10,