From 36f6221772b938bf6df25366833f9f920432630d Mon Sep 17 00:00:00 2001 From: Boris Bliznioukov Date: Wed, 4 Mar 2026 15:45:45 +0100 Subject: [PATCH] Update docs/tools_configuration.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- docs/tools_configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tools_configuration.md b/docs/tools_configuration.md index e16af6e4b..f5d53f6a5 100644 --- a/docs/tools_configuration.md +++ b/docs/tools_configuration.md @@ -75,7 +75,7 @@ Commands with a risk level **above** `risk_threshold` are blocked before executi #### Argument modifiers Some commands change risk depending on their arguments. For example, `rm` is -`medium` by default but becomes `critical` when called with `-rf`. +classified as `high` by default, and `rm -rf` is treated as `critical`. You can add custom argument modifiers via config. Each entry lists tokens that must all be present (order-independent) and the resulting level: