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 ef2e70a commit 3024074Copy full SHA for 3024074
1 file changed
src/eca/config.clj
@@ -112,6 +112,7 @@
112
"eca__grep" {}
113
"eca__editor_diagnostics" {}
114
"eca__skill" {}
115
+ "eca__todo" {}
116
"eca__spawn_agent" {}}
117
:deny {"eca__shell_command"
118
{:argsMatchers {"command" dangerous-commands-regexes}}}}}}
@@ -132,7 +133,8 @@
132
133
"eca__directory_tree" {}
134
135
- "eca__skill" {}}
136
+ "eca__skill" {}
137
+ "eca__todo" {}}
138
139
140
"general" {:mode "subagent"
@@ -160,6 +162,7 @@
160
162
161
163
164
165
166
167
:ask {}
168
:deny {}}
0 commit comments