Merge branch 'worktree-task-cancellation': task cancellation feature
Tests / Test passed: 926

# Conflicts:
#	packages/cloud-platform/cloud/schema.py
This commit is contained in:
2026-07-15 19:39:28 +08:00
49 changed files with 2374 additions and 63 deletions
@@ -25,6 +25,11 @@ class TaskSubmissionResponse(BaseModel):
task_id: str
class TaskCancellationResponse(BaseModel):
task_id: str
status: str
class TaskStatusResponse(BaseModel):
id: str
status: str