--tools now shows a specific warning when you exclude a built-in tool that's been removed
When using the --tools flag to exclude a tool by name, if that name used to refer to a built-in tool that Claude Code has since removed, the CLI now shows a distinct message explaining that, instead of treating it as if you'd simply mistyped an unknown tool name.
This makes it clearer when a --tools exclusion refers to a tool that no longer exists, rather than leaving the user to guess whether they made a typo.
The entry above is what we published on the day. These lines were added later, as Anthropic's own pages caught up, and they sit beside the original rather than replacing it.
| `--allowedTools`, `--allowed-tools` | Tools that execute without prompting for permission. See [permission rule syntax](/docs/en/settings-reference#permission-rule-syntax) for pattern matching. To restrict which tools are available, use …cli-reference see the edit
Anthropic's documentation has since written up --tools, on CLI reference.