Search the documentation
6 pages for --allowed-tools.
Titles and paths first, then pages whose text carries it. Each row opens that page as this site last read it.
Claude Code changelog
Claude Code CLI · in the page
changelog
…w/deny rules, model or effort flags * Fixed `/tui` dropping launch `--allowed-tools`/`--disallowed-tools` rules when it restarts; it now declines to switch, with the reason, when the session has res…
CLI reference
Claude Code CLI · in the page
cli-reference
…ip-permissions` | | `--allowedTools`, `--allowed-tools` | Tools that execute without prompting for permission. See [permission rule syntax](/docs/en/settings…
Error reference
Claude Code CLI · in the page
errors
…aller added ask rules alongside the rules Claude Code passes back as `--allowed-tools` and `--disallowed-tools`. No flag exists for ask rules * `permission rules a command line cannot carry intact` an…
Fullscreen rendering
Claude Code CLI · in the page
fullscreen
…](/docs/en/model-config#setting-your-model) * Rules you passed with [`--allowed-tools` or `--disallowed-tools`](/docs/en/cli-reference#cli-flags), and your `--agent`, `--agents`, and `--append-system-…
Claude Code GitHub Actions
Claude Code CLI · in the page
github-actions
…/mcp) * `--allowedTools`: comma-separated list of allowed tools. The `--allowed-tools` alias also works * `--debug`: enable debug output ## Upgrade from beta If your workflows still reference `anthr…
Customize sessions in self-hosted environments
Claude Code CLI · in the page
self-hosted-environments-configuration
…mission-mode auto ``` To pre-approve specific tools instead, append `--allowed-tools` with your rules, for example `--allowed-tools "Bash(bazel *) Bash(yarn *) mcp__internal__*"`. List flags such as…