claude-code - 💡(How to fix) Fix [FEATURE] Agents View: show branch name, merge status, and mergeable state per session row [1 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
anthropics/claude-code#58649Fetched 2026-05-14 03:42:52
View on GitHub
Comments
0
Participants
1
Timeline
4
Reactions
0
Author
Participants
Timeline (top)
labeled ×3cross-referenced ×1

Fix Action

Fix / Workaround

Background sessions linked to a pull request are well represented in the agent view dashboard — the PR status is clearly shown. But if a workspace doesn't use a pull request workflow and instead develops locally through worktree branches that get merged into main/master, there's no way to track each session's branch state from the agent view session list. I have to step outside agent view and check the git branch state separately to figure out where each session stands.

For sessions without a PR, surface the equivalent git state directly in the row — at minimum the branch name and a compact merge/ahead-behind indicator against the base branch (something like worktree-xxxxx · 3 ahead or merged into main). Enough that I can decide from the dashboard whether to attach, merge locally, or safely delete, without leaving agent view.

RAW_BUFFERClick to expand / collapse

Preflight Checklist

  • I have searched existing requests and this feature hasn't been requested yet
  • This is a single feature request (not multiple features)

Problem Statement

Background sessions linked to a pull request are well represented in the agent view dashboard — the PR status is clearly shown. But if a workspace doesn't use a pull request workflow and instead develops locally through worktree branches that get merged into main/master, there's no way to track each session's branch state from the agent view session list. I have to step outside agent view and check the git branch state separately to figure out where each session stands.

Proposed Solution

For sessions without a PR, surface the equivalent git state directly in the row — at minimum the branch name and a compact merge/ahead-behind indicator against the base branch (something like worktree-xxxxx · 3 ahead or merged into main). Enough that I can decide from the dashboard whether to attach, merge locally, or safely delete, without leaving agent view.

Alternative Solutions

No response

Priority

Medium - Would be very helpful

Feature Category

Interactive mode (TUI)

Use Case Example

No response

Additional Context

No response

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

claude-code - 💡(How to fix) Fix [FEATURE] Agents View: show branch name, merge status, and mergeable state per session row [1 participants]