Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -334,8 +334,8 @@ and network allowlist entries.

```yaml
tools:
# Bash command allow-list. Omit or set to [] for the safe-command default;
# 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.
bash: ["git status", "git diff", "npm test"]

# File editing tool (read/write/patch files in the workspace). Default: true.
Expand Down