claude-code - 💡(How to fix) Fix [Feature Request] Add setting to disable automatic PR badge display in UI

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…

Code Example

[]
RAW_BUFFERClick to expand / collapse

Bug Description Feature request: setting to disable the auto-displayed PR badge ("PR #N") when the current branch has an open PR

When my local branch has an open GitHub PR, Claude Code automatically displays a "PR #55"-style badge in the UI. There's currently no way to turn this off — prUrlTemplate only changes where it links, and attribution.pr only affects PR description text.

I want full control over what appears in my status area. I already have a custom status line script (~/.claude/scripts/status-line.sh) that I curate carefully. PR information being injected by the UI outside my status line means I can't choose where it goes, whether it shows, or what format it takes.

Request: Add a setting (e.g. ui.showPRBadge: false or branchPRDisplay: "off") to disable the automatic PR badge entirely.

Rationale: The information should be additive, not imposed. Users who want PR info in their status line can read it themselves via gh pr view --json number in their statusLine command. The current behavior takes that choice away.

Environment Info

  • Platform: darwin
  • Terminal: WarpTerminal
  • Version: 2.1.143
  • Feedback ID: 45cbadf5-5e5c-4cfe-8e0a-3ca094d2b065

Errors

[]

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 Request] Add setting to disable automatic PR badge display in UI