Smart Approval Mode Status and Settings | Generated by AI

Home 2026.05

Your config confirms approvals.mode: smart is set at line 406. Here’s the status:

Config file (~/.hermes/config.yaml):

Applied in current session?

Yes. The config is read at session start, so your current session has smart mode active. When a command matches a dangerous pattern, instead of immediately prompting you, Hermes will call the auxiliary approval LLM to assess risk. If the LLM deems the command safe, it passes through automatically. Only genuinely risky ones will prompt you.

Key details for your setup:

If you find smart mode still prompts too often, the next step down is mode: off. But with smart + local backend, you get a reasonable middle ground: the LLM filters out false positives while catching genuinely dangerous operations.


Back Donate