Resolvedautonomyapprovalstuning

Jarvis asks for approval on read-only tool calls - can I disable that?

523 views1 reply12 likes
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?

1 Reply

Accepted answer
AJ
Amy (Jarvis Team)Staff3 days ago

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'.

18