Feature Request: Auto-approve Recommended Actions Setting

Resolved 💬 4 comments Opened Sep 7, 2025 by robbiecape Closed Jan 8, 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

During active development sessions, Claude Code frequently presents prompts with 2-3 options:

  1. Stop and ask for permission
  2. Continue with recommended action ⭐
  3. Alternative approach

Currently, users must manually select option 2 (the recommended action) each time, which:

  • Interrupts development flow and coding momentum
  • Creates repetitive manual work when the recommended option is almost always correct
  • Slows down iterative development and feature building

Proposed Solution

Add a user preference setting such as:

  • "Auto-approve recommended actions"
  • "Skip confirmation prompts in development mode"
  • "Always choose recommended option"

This setting would:

  • Automatically select the starred/recommended option without prompting
  • Allow users to opt into this behavior (disabled by default for safety)
  • Still show a brief notification of what action was taken
  • Provide an override mechanism for critical operations

User Experience

Current flow:

Claude: I can fix this issue. Choose an option:
1. Stop and ask for permission
2. ⭐ Continue with the recommended fix
3. Try a different approach

User: [must click 2]
Claude: [continues with fix]

Proposed flow with setting enabled:

Claude: Auto-fixing issue with recommended approach...
[continues immediately]

Benefits

  • Faster development cycles - No interruptions for routine decisions
  • Better coding flow - Maintains focus and momentum during feature development
  • Reduced friction - Eliminates repetitive manual selections
  • Optional behavior - Users can choose their preferred interaction style

Implementation Considerations

  • Make it an opt-in setting (disabled by default)
  • Still show brief notifications of automated actions
  • Allow override for high-risk operations (file deletions, etc.)
  • Consider different automation levels (always, development mode only, etc.)

Use Case Example

During a recent development session building a full-stack Family Journal application, the user had to manually select the recommended option approximately 15-20 times over a 2-hour coding session. Each interruption broke concentration and slowed development velocity.

Alternative Solutions

  • Keyboard shortcut to quickly select recommended option (e.g., pressing '2' or Enter)
  • Time-based auto-selection (auto-choose recommended after 10 seconds)
  • Context-aware automation (auto-approve in certain project types)

Priority

High - Significant impact on productivity

Feature Category

Developer tools/SDK

Use Case Example

During a recent development session building a full-stack Family Journal application, the user had to manually select the recommended option approximately 15-20 times over a 2-hour coding session. Each interruption broke concentration and slowed development velocity.

Additional Context

_No response_

View original on GitHub ↗

This issue has 4 comments on GitHub. Read the full discussion on GitHub ↗