Skip to content

Commit fdd07ee

Browse files
Flossyclaude
andcommitted
fix: auto-accept all Write and Edit operations
- Add Write tool wildcard pattern to alwaysAllow - Add Edit tool wildcard pattern to alwaysAllow - Eliminates permission dialogs for settings.json updates - Eliminates permission dialogs for all file operations Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent ff380d5 commit fdd07ee

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.claude/settings.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,18 @@
1919
"patterns": [
2020
"*"
2121
]
22+
},
23+
{
24+
"name": "Write",
25+
"patterns": [
26+
"*"
27+
]
28+
},
29+
{
30+
"name": "Edit",
31+
"patterns": [
32+
"*"
33+
]
2234
}
2335
]
2436
}

0 commit comments

Comments
 (0)