Add exec approval app-server support

Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
Dylan Hurd
2026-03-21 15:33:44 -07:00
parent c3df4c6a0a
commit 37e7b08b51
38 changed files with 735 additions and 48 deletions

View File

@@ -17,6 +17,13 @@
],
"type": "string"
},
{
"description": "User approved the command and wants to persist the filesystem access in the active named permissions profile.",
"enum": [
"acceptAndPersist"
],
"type": "string"
},
{
"additionalProperties": false,
"description": "User approved the command, and wants to apply the proposed execpolicy amendment so future matching commands can run without prompting.",