feat(ack): make OMP yolo config-driven via approvalMode

This commit is contained in:
2026-08-23 22:28:58 +08:00
parent b7b6d814b2
commit e0fffd6845
8 changed files with 94 additions and 27 deletions
+5
View File
@@ -377,6 +377,11 @@
"permissionMode": {
"type": "string",
"enum": ["read-only", "workspace-write"]
},
"approvalMode": {
"type": "string",
"enum": ["yolo", "write", "always-ask"],
"description": "OMP-only switch; default workspace-write -> yolo, read-only -> always-ask"
}
}
},