dashboard: cancel / pause / fork affordances on agent cards (Cursor 3 pattern) #972
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
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
charles/claude-hooks#972
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?
User story
As an operator I want one-click Cancel, Pause, and Fork-to-new-task actions directly on each agent card (board, monitor, drawer header), so I can interrupt runaway runs or branch a long thread without leaving the dashboard.
Acceptance criteria
Cancel
postCancel; surface as a button on the agent card with an icon (<lucide.Square />) and toast confirmation.Are you sure?ghost popover) — single-click cancel was a footgun inagents-architecture.mdhistory.Pause
paused, the runner halts before the next event without dropping the session.Fork
Frontend
<Button tone="ghost">for Pause/Fork;tone="error"for Cancel.Out of scope
Dependencies
None hard. The status pill ticket should land first so paused state has a label, but not a blocker.
References