Auto mode's permission classifier now tags its requests with a beta marker on Anthropic-hosted sessions.
What's wrong with this entry?
The permission classifier used by auto mode attaches a beta descriptor to its API requests, where the previous build sent none. Both classifier stages now carry it.
- Registers
WA("auto_mode_classifier", "auto-mode-classifier-2026-07-16")and adds it to the frozen known-betas list, so it is also reachable through the header lookup map. - In 2.1.219 the classifier's request builder was a stub that unconditionally returned an empty
extraBetasarray; it now returns this beta. - Gated on provider being "firstParty" and the base URL being api.anthropic.com. Suppressed by
CLAUDE_CODE_DISABLE_EXPERIMENTAL_BETASor hipaa mode, in which case the list stays empty.
auto-mode-classifier-2026-07-16
Strings lifted out of the shipped bundle, so the claim above can be checked against them.
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.
-
v2.1.248
A redact-thinking API beta constant
Both mention beta