representing guardian review timeouts in protocol types

This commit is contained in:
won
2026-04-10 14:04:45 -07:00
parent 029fc63d13
commit c41c65aa02
24 changed files with 84 additions and 14 deletions

View File

@@ -3422,6 +3422,13 @@
],
"type": "string"
},
{
"description": "Automatic approval review timed out before reaching a decision.",
"enum": [
"timed_out"
],
"type": "string"
},
{
"description": "User has denied this command and the agent should not do anything until the user's next command.",
"enum": [
@@ -8437,6 +8444,7 @@
"inProgress",
"approved",
"denied",
"timedOut",
"aborted"
],
"type": "string"