mirror of
https://github.com/openai/codex.git
synced 2026-05-02 10:26:45 +00:00
Add hook selector toggle semantics
This commit is contained in:
@@ -6247,7 +6247,9 @@
|
||||
},
|
||||
"HookConfigSource": {
|
||||
"enum": [
|
||||
"plugin"
|
||||
"plugin",
|
||||
"user",
|
||||
"project"
|
||||
],
|
||||
"type": "string"
|
||||
},
|
||||
@@ -6552,6 +6554,12 @@
|
||||
},
|
||||
"source": {
|
||||
"$ref": "#/definitions/HookConfigSource"
|
||||
},
|
||||
"sourcePath": {
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
]
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
|
||||
Reference in New Issue
Block a user