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 3ed9dc0 commit 9a28278Copy full SHA for 9a28278
CHANGELOG.md
@@ -3,6 +3,7 @@
3
## Unreleased
4
5
- Support user configured custom tools via `customTools` config. #92
6
+- Fix default approval for read only tools to be `allow` instead of `ask`.
7
8
## 0.44.1
9
src/eca/config.clj
@@ -67,7 +67,11 @@
67
:editor {:enabled true}}
68
:disabledTools []
69
:toolCall {:approval {:byDefault "ask"
70
- :allow {}
+ :allow {"eca_preview_file_change" {}
71
+ "eca_read_file" {}
72
+ "eca_directory_tree" {}
73
+ "eca_grep" {}
74
+ "eca_editor_diagnostics" {}}
75
:ask {}
76
:deny {}}}
77
:mcpTimeoutSeconds 60
0 commit comments