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:
@@ -1449,7 +1449,9 @@
|
||||
},
|
||||
"HookConfigSource": {
|
||||
"enum": [
|
||||
"plugin"
|
||||
"plugin",
|
||||
"user",
|
||||
"project"
|
||||
],
|
||||
"type": "string"
|
||||
},
|
||||
@@ -1469,6 +1471,12 @@
|
||||
},
|
||||
"source": {
|
||||
"$ref": "#/definitions/HookConfigSource"
|
||||
},
|
||||
"sourcePath": {
|
||||
"type": [
|
||||
"string",
|
||||
"null"
|
||||
]
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
|
||||
Reference in New Issue
Block a user