Add request_permissions profile persistence core support

Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
Dylan Hurd
2026-03-23 23:10:52 -07:00
parent 9deb8ce3fc
commit b43d563cef
35 changed files with 527 additions and 28 deletions

View File

@@ -65,6 +65,13 @@
],
"type": "string"
},
{
"description": "User has approved this request and wants the requested filesystem permissions persisted into a named permission profile.",
"enum": [
"approved_persist_to_profile"
],
"type": "string"
},
{
"additionalProperties": false,
"description": "User chose to persist a network policy rule (allow/deny) for future requests to the same host.",