From cbd6239f3d59f2b1c16d92080d5e8e9ff3968aee Mon Sep 17 00:00:00 2001 From: Hunter Bown Date: Mon, 1 Jun 2026 17:23:23 -0700 Subject: [PATCH] docs: mark agent shell tools approval-gated --- docs/MODES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/MODES.md b/docs/MODES.md index 73941bbe..9aba84af 100644 --- a/docs/MODES.md +++ b/docs/MODES.md @@ -28,7 +28,7 @@ Run `/mode` to open the mode picker, or switch directly with `/mode agent`, |:---|:---:|:---:|:---:| | Read-only file, search, and diagnostic tools | yes | yes | yes | | File write and patch tools | no | yes | yes | -| Shell tools (`exec_shell`, `task_shell_start`, waits, interact, cancel) | no | yes, when `allow_shell = true` | yes | +| Shell tools (`exec_shell`, `task_shell_start`, waits, interact, cancel) | no | approval-gated, when `allow_shell = true` | yes | | Paid or external-service tools | approval-gated | approval-gated | auto-approved | | Access outside the workspace root | no | only with trust mode | yes |