feat: include availableDecisions with command approvals

This commit is contained in:
Michael Bolin
2026-02-25 09:10:20 -08:00
parent 9a393c9b6f
commit e045e06d6c
27 changed files with 611 additions and 106 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"
],