Feature request: option to hide PR number from input prompt
Resolved 💬 3 comments Opened May 7, 2026 by anatoliykant Closed May 11, 2026
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 viewcache) 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.jsonschema (180+ properties) — no relevant flag/config— no option- Environment variables — none
prUrlTemplate— changes URL target, doesn't hideattribution.pr— controls PR description attribution, not the prompt display
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗