[eval] Confirmation tool WARNING spam on every CLI chat #79
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Observed: Every CLI interaction prints:
WARNING Requires confirmation tool(s) not present in the toolkit: write_file, plan_and_execute, aider, shell, python
This is noisy and clutters output.
Fix ideas:
Fixed in PR #89 (loop-cycle-2). Set
requires_confirmation_toolsafter Toolkit construction to avoid agno WARNING spam while preserving per-tool confirmation checks.