Skip to content

Commit 8c3fd21

Browse files
committed
fix(claude): change defaultMode to plan
Set defaultMode to "plan" instead of "acceptEdits" to ensure Claude Code starts in plan mode by default, preventing unintended edits.
1 parent d8a7355 commit 8c3fd21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.claude/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"cleanupPeriodDays": 90,
44
"forceLoginMethod": "claudeai",
55
"permissions": {
6-
"defaultMode": "acceptEdits",
6+
"defaultMode": "plan",
77
"allow": [
88
"LS",
99
"Read",

0 commit comments

Comments
 (0)