claude-code - 💡(How to fix) Fix [Feature Request] Configurable Shift+Tab mode cycling preferences [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#49711Fetched 2026-04-17 08:33:34
View on GitHub
Comments
1
Participants
2
Timeline
5
Reactions
0
Author
Timeline (top)
labeled ×4commented ×1
RAW_BUFFERClick to expand / collapse

Description It would be useful to configure which permission modes are included in the Shift+Tab cycle. Use case: on personal projects I'd exclude acceptEdits since auto supersedes it, but on work projects I want both available depending on the task. A permissions.cycleModes array in settings.json (e.g. ["default", "auto", "plan"]) would cover this cleanly.

Environment Info

  • Platform: darwin
  • Terminal: Apple_Terminal
  • Version: 2.1.112
  • Feedback ID: 18c99feb-a91c-4a8b-a3eb-f0a2fcdeefc5

extent analysis

TL;DR

Configure the permissions.cycleModes array in settings.json to customize the permission modes included in the Shift+Tab cycle.

Guidance

  • Review the proposed permissions.cycleModes array format, such as ["default", "auto", "plan"], to understand the required configuration.
  • Check the settings.json file for existing configuration options and determine how to integrate the custom permissions.cycleModes array.
  • Consider creating separate settings.json files for personal and work projects to manage different permission modes.
  • Test the customized permissions.cycleModes array to ensure it correctly cycles through the specified permission modes.

Notes

The implementation details of the permissions.cycleModes array are not provided, so the exact configuration and behavior may vary.

Recommendation

Apply workaround: Configure the permissions.cycleModes array in settings.json to achieve the desired permission mode cycling behavior, as this approach is directly suggested in the issue description.

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 [Feature Request] Configurable Shift+Tab mode cycling preferences [1 comments, 2 participants]