claude-code - 💡(How to fix) Fix Feature request: option to hide PR number from input prompt

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…

The input/permission prompt line in Claude Code CLI shows the PR number for the current branch:

▸▸ bypass permissions on (shift+tab to cycle) · PR #1220

There is currently no way to hide the · PR #XXXX part.

Root Cause

The input/permission prompt line in Claude Code CLI shows the PR number for the current branch:

▸▸ bypass permissions on (shift+tab to cycle) · PR #1220

There is currently no way to hide the · PR #XXXX part.

Fix Action

Fix / Workaround

Current workarounds

Code Example

▸▸ bypass permissions on (shift+tab to cycle) · PR #1220
RAW_BUFFERClick to expand / collapse

Description

The input/permission prompt line in Claude Code CLI shows the PR number for the current branch:

▸▸ bypass permissions on (shift+tab to cycle) · PR #1220

There is currently no way to hide the · PR #XXXX part.

Requested behavior

A setting like showPRInPrompt: false in settings.json (or similar) to hide the PR number from the input prompt line.

Why

  • The PR number is already visible in the custom status line (via gh pr view cache) and in the terminal tab/title for users who configure it.
  • Having it in the prompt line adds visual clutter without additional value for these users.
  • All other prompt-adjacent elements (status line, attribution) have configuration options, but this one does not.

Current workarounds

None found. Checked:

  • settings.json schema (180+ properties) — no relevant flag
  • /config — no option
  • Environment variables — none
  • prUrlTemplate — changes URL target, doesn't hide
  • attribution.pr — controls PR description attribution, not the prompt display

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: option to hide PR number from input prompt