claude-code - 💡(How to fix) Fix Inconsistent permission prompt option numbering confuses users [1 comments, 2 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#47094Fetched 2026-04-13 05:41:39
View on GitHub
Comments
1
Participants
2
Timeline
5
Reactions
0
Author
Timeline (top)
labeled ×3commented ×1cross-referenced ×1

Reported by a new user onboarding to a team environment where Claude Code is the primary interface. Multiple permission prompts fire during initial setup (MCP tools, file operations, etc.), and the inconsistent numbering caused confusion about what was being approved or denied.

Root Cause

Reported by a new user onboarding to a team environment where Claude Code is the primary interface. Multiple permission prompts fire during initial setup (MCP tools, file operations, etc.), and the inconsistent numbering caused confusion about what was being approved or denied.

RAW_BUFFERClick to expand / collapse

Problem

When Claude Code asks for permission to perform an action, the numbered options are inconsistent across prompts. In some prompts, "2" means "No", while in others "2" means "Yes, and don't ask again for this command."

This makes it easy for users to accidentally approve or deny something they didn't intend - especially when quickly clicking through multiple permission asks during initial setup or when onboarding new team members.

Suggestion

Standardize the option ordering so the same number always maps to the same intent across all permission prompts. For example:

  • 1 = Yes (this time)
  • 2 = Yes, and don't ask again for this command
  • 3 = No

The specific ordering matters less than consistency - users build muscle memory around the numbers, and inconsistency undermines that.

Context

Reported by a new user onboarding to a team environment where Claude Code is the primary interface. Multiple permission prompts fire during initial setup (MCP tools, file operations, etc.), and the inconsistent numbering caused confusion about what was being approved or denied.

extent analysis

TL;DR

Standardize the option ordering for permission prompts to ensure consistency across all prompts.

Guidance

  • Review the current implementation of permission prompts to identify where the inconsistency is introduced.
  • Update the code to use a standardized ordering for options, such as "1 = Yes (this time)", "2 = Yes, and don't ask again for this command", and "3 = No".
  • Verify that the new ordering is consistent across all permission prompts, including those for MCP tools and file operations.
  • Consider adding a brief explanation or hint to the prompts to help users understand the meaning of each option.

Example

No code snippet is provided as the issue does not include specific code details.

Notes

The suggested ordering is just one possible solution, and the actual implementation may vary depending on the specific requirements and user experience goals of Claude Code.

Recommendation

Apply workaround: Standardize the option ordering to ensure consistency and prevent user confusion, as this is a relatively simple change that can significantly improve the user experience.

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 Inconsistent permission prompt option numbering confuses users [1 comments, 2 participants]