RO
Rin O.
Ops Engineer · Posted 3 days ago
In Supervised mode, Jarvis pauses for approval on tool calls that are clearly read-only (search_kb, read_file). Breaks the flow. Can I allow-list safe tools so only destructive ones get the approval prompt?
Ops Engineer · Posted 3 days ago
In Supervised mode, Jarvis pauses for approval on tool calls that are clearly read-only (search_kb, read_file). Breaks the flow. Can I allow-list safe tools so only destructive ones get the approval prompt?
Developer Advocate · DeskClone AI
You probably want Balanced mode, not Supervised. Balanced auto-executes tier-1 (read-only) tools and only pauses for tier-2 (mutating) and tier-3 (destructive) calls.
If you want more granular control, Settings > Agent Behavior > Tool Approval Rules lets you set per-tool approval requirements. You can set search_kb and read_file to 'auto' while keeping send_email at 'require-approval'.