mirror of
https://github.com/openai/codex.git
synced 2026-05-02 10:26:45 +00:00
Add plugin hook enablement config APIs
This commit is contained in:
17
codex-rs/app-server-protocol/schema/json/v2/HooksListParams.json
generated
Normal file
17
codex-rs/app-server-protocol/schema/json/v2/HooksListParams.json
generated
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||
"properties": {
|
||||
"cwds": {
|
||||
"description": "When omitted or empty, defaults to the current session working directory.",
|
||||
"items": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": [
|
||||
"array",
|
||||
"null"
|
||||
]
|
||||
}
|
||||
},
|
||||
"title": "HooksListParams",
|
||||
"type": "object"
|
||||
}
|
||||
Reference in New Issue
Block a user