You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/configuration.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,7 @@ For MCP servers configuration, use the `mcpServers` config, examples:
85
85
86
86
### Approval / permissions
87
87
88
-
By default, ECA asks to call any tool, but that can easily be configured in several ways via the `toolCall.approval` config.
88
+
By default, ECA asks to call any non read-only tool (default [here](https://github.com/editor-code-assistant/eca/blob/5e598439e606727701a69393e55bbd205c9e16d8/src/eca/config.clj#L88-L96)), but that can easily be configured in several ways via the `toolCall.approval` config.
89
89
90
90
You can configure the default behavior with `byDefault` and/or configure a tool in `ask`, `allow` or `deny` configs.
0 commit comments