feat: include available decisions in command approval requests

This commit is contained in:
Michael Bolin
2026-02-25 12:29:40 -08:00
parent be5bca6f8d
commit 2383104d3f
30 changed files with 580 additions and 104 deletions

View File

@@ -59,7 +59,7 @@
"type": "object"
},
{
"description": "User has approved this command and wants to automatically approve any future identical instances (`command` and `cwd` match exactly) for the remainder of the session.",
"description": "User has approved this request and wants future prompts in the same session-scoped approval cache to be automatically approved for the remainder of the session.",
"enum": [
"approved_for_session"
],