Skip to content

Commit 4359d05

Browse files
committed
Auto allow ask_user tool by default
1 parent f26bd30 commit 4359d05

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
- Auto allow ask_user tool by default.
6+
57
## 0.127.0
68

79
- Support `ask_user` tool allowing LLM to ask the user questions with optional selectable options. #338

src/eca/config.clj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@
164164
"eca__editor_diagnostics" {}
165165
"eca__skill" {}
166166
"eca__task" {}
167+
"eca__ask_user" {}
167168
"eca__spawn_agent" {}}
168169
:ask {}
169170
:deny {}}

0 commit comments

Comments
 (0)