Skip to content

Add quick action buttons to session card status badges #230

@dhilgaertner

Description

@dhilgaertner

Problem

The session card shows status badges like Checks pass, Changes requested, Conflicts, etc., but acting on them requires switching to the session and prompting Claude Code manually.

Proposal

Add manual action buttons at the top of the session card (alongside or under the existing status badges) that immediately trigger the appropriate next step on the session, e.g.:

  • Conflicts → "Rebase and fix conflicts"
  • Changes requested → "Consider changes" / "Fix this"
  • Checks pass → "Merge PR"

Clicking a button would send the corresponding instruction to the session's Claude Code terminal (or invoke the equivalent CLI action) so the user can take action in one click instead of context-switching into the session and typing a prompt.

Notes

From a Slack thread with @dg — agreement that "Merge PR" is a strong first candidate. Other buttons should map 1:1 to the existing status badges so the affordance is obvious.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions