feat(web): add redispatch action to board card for failed/cancelled tasks #1169
Labels
No labels
area:agents
area:dashboard
area:database
area:design
area:design-review
area:flows
area:infra
area:meta
area:security
area:sessions
area:webhook
area:workdir
security
type:bug
type:chore
type:meta
type:user-story
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
charles/agent-hooks#1169
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
As a dashboard operator, I want to redispatch a failed or cancelled task directly from the kanban board card, so that I don't have to switch to the task list sidebar to trigger a retry.
Acceptance criteria
Board card
<BoardCard>shows a redispatch icon button whencanRedispatch(task)returns true (task.statusin{failure, cancelled})Error/Abandonedcolumns — not on in-progress cardstask-list.tsxShared logic
canRedispatch(task)extracted intolib/task-utils.ts(or equivalent shared location) so board card and task list share one implementationFeedback
Quality
just qapassesOut of scope
References
🧹 janitor: this ticket has been idle-assigned since 2026-05-15T04:22:17.000Z. Re-dispatching.