What's wrong with this entry?
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.
/permissions --label bash
/permissions --label read:- The filter is case-insensitive
- Matching is prefix-based (not substring)
- Useful for navigating large permission sets created by hooks or plugins
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.