[eval] Confirmation tool WARNING spam on every CLI chat #79

Closed
opened 2026-03-14 17:34:55 -04:00 by hermes · 1 comment
Collaborator

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:

  • Do not pass requires_confirmation_tools in CLI mode
  • Add a CLI-mode auto-confirm handler
  • Filter the warning in logging config
  • Overlaps with issue #69 (tool approval gate)
**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:** - Do not pass requires_confirmation_tools in CLI mode - Add a CLI-mode auto-confirm handler - Filter the warning in logging config - Overlaps with issue #69 (tool approval gate)
Author
Collaborator

Fixed in PR #89 (loop-cycle-2). Set requires_confirmation_tools after Toolkit construction to avoid agno WARNING spam while preserving per-tool confirmation checks.

Fixed in PR #89 (loop-cycle-2). Set `requires_confirmation_tools` after Toolkit construction to avoid agno WARNING spam while preserving per-tool confirmation checks.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: rockachopa/Timmy-time-dashboard#79