Commit 28c540c
fix(approval): auto-approve read-only tools in non-interactive mode (zeroclaw-labs#4094)
* fix(approval): auto-approve read-only tools in non-interactive mode
Add web_search_tool, web_fetch, calculator, glob_search, content_search,
and image_info to the default auto_approve list. These are read-only tools
with no side effects that were being silently denied in channel mode
(Telegram, Slack, etc.) because the non-interactive ApprovalManager
auto-denies any tool not in auto_approve when autonomy != full.
Closes zeroclaw-labs#4083
* fix: remove duplicate default_otp_challenge_max_attempts function1 parent d0b38a3 commit 28c540c
1 file changed
Lines changed: 10 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3939 | 3939 | | |
3940 | 3940 | | |
3941 | 3941 | | |
3942 | | - | |
| 3942 | + | |
| 3943 | + | |
| 3944 | + | |
| 3945 | + | |
| 3946 | + | |
| 3947 | + | |
| 3948 | + | |
| 3949 | + | |
| 3950 | + | |
| 3951 | + | |
3943 | 3952 | | |
3944 | 3953 | | |
3945 | 3954 | | |
| |||
0 commit comments