feat: support MCP elicitation and rebuild release

This commit is contained in:
shiyue
2026-08-24 17:39:41 +08:00
parent dd233a40e8
commit bd20a79d4b
69 changed files with 8978 additions and 13 deletions

View 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}
]
}