Permission dialog: make button order configurable

Status Closed — not planned
Maintainer reply None cached
Activity 1 comment · opened Jun 1, 2026 · closed Jul 3, 2026

Preflight Checklist

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

Problem Statement

When Claude Code prompts for permission, buttons appear in this order:

  1. Yes
  2. Yes, and don't ask again
  3. No

Users who want to approve and remember have to reach past the first button to the second option.

Proposed Solution

Allow users to configure the button order via settings.json:

{
  "permissions": {
    "dialogButtonOrder": ["dontAskAgain", "yes", "no"]
  }
}

Or at minimum, make "Yes, and don't ask again" the default first button.

Alternative Solutions

_No response_

Priority

Critical - Blocking my work

Feature Category

CLI commands and flags

Use Case Example

_No response_

Additional Context

🤖 Generated with Claude Code (https://claude.com/claude-code)

View original on GitHub ↗

This issue has 1 comment on GitHub. Read the full discussion on GitHub ↗