batch_complete_tasks
Batch complete up to 50 tasks in a single call, setting each as COMPLETED or FAILED with message, PR URL, and commit hash.
Instructions
Complete multiple AI tasks in a single call. Each entry can have its own message, prUrl, and commitHash. Status defaults to COMPLETED.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tasks | Yes | Array of tasks to complete (max 50) | |
| teamId | No | Team ID (auto from session if omitted) | |
| projectId | No | Project ID (auto from session if omitted) |