We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a28278 commit 40b8d95Copy full SHA for 40b8d95
1 file changed
docs/configuration.md
@@ -412,7 +412,11 @@ There are 3 possible ways to configure rules following this order of priority:
412
"toolCall": {
413
"approval": {
414
"byDefault": "ask",
415
- "allow": {},
+ "allow": {"eca_directory_tree": {},
416
+ "eca_read_file": {},
417
+ "eca_grep": {},
418
+ "eca_preview_file_change": {},
419
+ "eca_editor_diagnostics": {}},
420
"ask": {},
421
"deny": {}
422
}
0 commit comments