Skip to content

Commit 40b8d95

Browse files
committed
docs
1 parent 9a28278 commit 40b8d95

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/configuration.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,11 @@ There are 3 possible ways to configure rules following this order of priority:
412412
"toolCall": {
413413
"approval": {
414414
"byDefault": "ask",
415-
"allow": {},
415+
"allow": {"eca_directory_tree": {},
416+
"eca_read_file": {},
417+
"eca_grep": {},
418+
"eca_preview_file_change": {},
419+
"eca_editor_diagnostics": {}},
416420
"ask": {},
417421
"deny": {}
418422
}

0 commit comments

Comments
 (0)