Source Intelligence

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

All of v2.1.208 Home All releases olderv2.1.207 v2.1.209newer
Claude Code v2.1.208

Permission rule label filtering

What

The /permissions command (and related CLI output) now accepts a --label <prefix> option to filter displayed rules to only those whose label starts with the given prefix.

Usage
/permissions --label bash
/permissions --label read:
Details
  • The filter is case-insensitive
  • Matching is prefix-based (not substring)
  • Useful for navigating large permission sets created by hooks or plugins
Evidence

New --label flag (search for "--label <prefix>" and "Show only rules whose label starts with this prefix")

Strings lifted out of the shipped bundle, so the claim above can be checked against them.

See this entry in the whole of v2.1.208 →