feat: add generation job cancel and retry queue

This commit is contained in:
2026-04-19 18:45:34 +08:00
parent 6fb128955f
commit b89ca96e4b
18 changed files with 756 additions and 51 deletions

View File

@@ -8,6 +8,8 @@ export interface GenerationJobSummary {
progress_percent: number
progress_label: string
is_terminal: boolean
can_cancel: boolean
can_retry: boolean
result_snapshot: Record<string, unknown>
error_message: string | null
created_at: string