Skip to content

Commit 68f3fd6

Browse files
authored
docs: fix incorrect bash allow-list comment in README (#712)
1 parent 3b096f0 commit 68f3fd6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -334,8 +334,8 @@ and network allowlist entries.
334334

335335
```yaml
336336
tools:
337-
# Bash command allow-list. Omit or set to [] for the safe-command default;
338-
# use [":*"] for unrestricted access. See docs/tools.md.
337+
# Bash command allow-list. Omit or use [":*"] for unrestricted access;
338+
# set to [] to disable bash entirely. See docs/tools.md.
339339
bash: ["git status", "git diff", "npm test"]
340340
341341
# File editing tool (read/write/patch files in the workspace). Default: true.

0 commit comments

Comments
 (0)