feat: support MCP elicitation and rebuild release
This commit is contained in:
9
fixtures/gitea-workflow/queue-recovery.json
Normal file
9
fixtures/gitea-workflow/queue-recovery.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"tasks": [
|
||||
{"taskId": "task-queued", "state": "queued", "attempt": 0},
|
||||
{"taskId": "task-running", "state": "running", "attempt": 0},
|
||||
{"taskId": "task-waiting", "state": "waiting_user", "attempt": 0},
|
||||
{"taskId": "task-terminal", "state": "succeeded", "attempt": 0},
|
||||
{"taskId": "task-exhausted", "state": "running", "attempt": 1}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user