diff --git a/assets/oh-my-opencode.schema.json b/assets/oh-my-opencode.schema.json index 3c79ebf9c..29fc36519 100644 --- a/assets/oh-my-opencode.schema.json +++ b/assets/oh-my-opencode.schema.json @@ -3912,10 +3912,15 @@ "auto_commit": { "default": true, "type": "boolean" + }, + "worktree": { + "default": true, + "type": "boolean" } }, "required": [ - "auto_commit" + "auto_commit", + "worktree" ], "additionalProperties": false },