What's wrong with this entry?
Anonymous. No account, no email.
The Grep tool's rg allowlist now includes additional flags that were previously missing:
--smart-case— case-insensitive if pattern is all-lowercase, case-sensitive otherwise--case-sensitive— always case-sensitive (overrides--ignore-case)--no-line-number— suppress line numbers--multiline— allow patterns to match across newlines--pcre2— use PCRE2 regex engine
Evidence
Grep allowlist expansion (search for "--smart-case" and "--no-line-number")
Strings lifted out of the shipped bundle, so the claim above can be checked against them.