Plan mode presents redundant/confusing options
Resolved 💬 2 comments Opened Jan 21, 2026 by ezcohen Closed Jan 21, 2026
Description
When exiting plan mode, the UI presents options that are redundant and confusing to users.
Screenshot
The options presented are:
- Yes, clear context and auto-accept edits (shift+tab)
- Yes, and manually approve edits
- Yes, auto-accept edits
- Yes, manually approve edits
- Type here to tell Claude what to change
Problem
- Options 2 and 4 are essentially identical - both say "manually approve edits"
- Options 1 and 3 are very similar - both involve auto-accept edits (1 just adds "clear context")
This makes it difficult for users to understand which option to choose when two options appear to do the same thing.
Expected Behavior
Each option should be clearly distinct from the others. If two options would do essentially the same thing, they should be combined into one.
Suggested Fix
Consolidate the options to remove redundancy:
- Yes, clear context and auto-accept edits (shift+tab)
- Yes, auto-accept edits
- Yes, manually approve edits
- Type here to tell Claude what to change
This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗