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

@@ -11,7 +11,7 @@
"type": "string"
},
{
"description": "User approved the command and future identical commands should run without prompting.",
"description": "User approved the command and future prompts in the same session-scoped approval cache should run without prompting.",
"enum": [
"acceptForSession"
],