Skip to content

Commit 8618d57

Browse files
committed
add missing schema components
1 parent 4b6b725 commit 8618d57

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

assets/oh-my-opencode.schema.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"items": {
2525
"type": "string",
2626
"enum": [
27+
"OmO",
2728
"oracle",
2829
"librarian",
2930
"explore",
@@ -56,7 +57,8 @@
5657
"auto-update-checker",
5758
"startup-toast",
5859
"keyword-detector",
59-
"agent-usage-reminder"
60+
"agent-usage-reminder",
61+
"interactive-bash-blocker"
6062
]
6163
}
6264
},
@@ -66,7 +68,9 @@
6668
"type": "string",
6769
"enum": [
6870
"build",
71+
"plan",
6972
"OmO",
73+
"OmO-Plan",
7074
"oracle",
7175
"librarian",
7276
"explore",
@@ -258,9 +262,9 @@
258262
"type": "object",
259263
"description": "Configuration for the default OmO agent behavior.",
260264
"properties": {
261-
"disable_build": {
265+
"disabled": {
262266
"type": "boolean",
263-
"description": "When true, hides the default Build agent. OmO becomes the only primary agent.",
267+
"description": "When true, disables OmO agents and restores original build/plan as primary.",
264268
"default": false
265269
}
266270
}

0 commit comments

Comments
 (0)