We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b096f0 commit 68f3fd6Copy full SHA for 68f3fd6
1 file changed
README.md
@@ -334,8 +334,8 @@ and network allowlist entries.
334
335
```yaml
336
tools:
337
- # Bash command allow-list. Omit or set to [] for the safe-command default;
338
- # use [":*"] for unrestricted access. See docs/tools.md.
+ # Bash command allow-list. Omit or use [":*"] for unrestricted access;
+ # set to [] to disable bash entirely. See docs/tools.md.
339
bash: ["git status", "git diff", "npm test"]
340
341
# File editing tool (read/write/patch files in the workspace). Default: true.
0 commit comments