Ask separately for confirmation (#6949)

Co-authored-by: Douwe Osinga <douwe@squareup.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Douwe Osinga
2026-02-05 17:57:24 +01:00
committed by GitHub
parent b4e5d64c69
commit 24b3e0228c
11 changed files with 269 additions and 249 deletions
+11 -1
View File
@@ -3555,7 +3555,7 @@
],
"properties": {
"action": {
"type": "string"
"$ref": "#/components/schemas/Permission"
},
"id": {
"type": "string"
@@ -5240,6 +5240,16 @@
}
}
},
"Permission": {
"type": "string",
"enum": [
"always_allow",
"allow_once",
"cancel",
"deny_once",
"always_deny"
]
},
"PermissionLevel": {
"type": "string",
"description": "Enum representing the possible permission levels for a tool.",