Allow setting Plan Mode as default

Status Fixed / completed
Maintainer reply None cached
Activity 4 comments · opened Jul 1, 2025 · closed Aug 15, 2025

Plan mode is so useful that I would like it to be my default way of interacting with new Claude Code sessions.

View original on GitHub ↗

4 Comments

Aze1339 · 1 year ago

just do shift + tab to enable it ? i honestly dont find it < so much better > than what it used to do as a todo list (it still does that). the plan mode would be better imo if it took few minutes to really scan the workspace/codebase.

vtjnash · 1 year ago

In particular, for anyone finding this on google, edit ~/.claude/settings.json to contain:

{
  "permissions": {
    "defaultMode": "plan"
  }
}
github-actions[bot] · 1 year ago

This issue has been automatically locked since it was closed and has not had any activity for 7 days. If you're experiencing a similar issue, please file a new issue and reference this one if it's relevant.