Skip to content

Commit 3024074

Browse files
committed
Auto allow todo tools by default
1 parent ef2e70a commit 3024074

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/eca/config.clj

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@
112112
"eca__grep" {}
113113
"eca__editor_diagnostics" {}
114114
"eca__skill" {}
115+
"eca__todo" {}
115116
"eca__spawn_agent" {}}
116117
:deny {"eca__shell_command"
117118
{:argsMatchers {"command" dangerous-commands-regexes}}}}}}
@@ -132,7 +133,8 @@
132133
"eca__directory_tree" {}
133134
"eca__grep" {}
134135
"eca__editor_diagnostics" {}
135-
"eca__skill" {}}
136+
"eca__skill" {}
137+
"eca__todo" {}}
136138
:deny {"eca__shell_command"
137139
{:argsMatchers {"command" dangerous-commands-regexes}}}}}}
138140
"general" {:mode "subagent"
@@ -160,6 +162,7 @@
160162
"eca__grep" {}
161163
"eca__editor_diagnostics" {}
162164
"eca__skill" {}
165+
"eca__todo" {}
163166
"eca__spawn_agent" {}}
164167
:ask {}
165168
:deny {}}

0 commit comments

Comments
 (0)