Run permission hooks for network approvals

Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
Abhinav Vedmala
2026-04-13 13:17:26 -07:00
parent 920307ea40
commit 37e9f255ed
5 changed files with 239 additions and 6 deletions

View File

@@ -177,7 +177,10 @@
"$ref": "#/definitions/PermissionRequestToolInput"
},
"tool_name": {
"const": "Bash",
"enum": [
"Bash",
"NetworkAccess"
],
"type": "string"
},
"transcript_path": {