tengu_sunset_penguin_opus47 Not enough to sayNothing here resolved what this flag was doing on this version, so nothing here should be read as on or off.
This account: no value returned · anonymous baseline: no value returned · compiled default in v2.1.196: not a boolean we can read
These values were read against a different version of Claude Code, so treat them as the nearest reading available instead of one taken on this release.
Read once, for one account on one subscription tier, against v2.1.196. It isn't a statement about your account. What a flag value here can and cannot tell you
What's wrong with this entry?
Fast mode (Opus with faster output, toggled with /fast) is now documented as available on Opus 4.8 and 4.7 only — Opus 4.6 has been removed from the list. Opus 4.7 fast mode is additionally flagged as deprecated with a removal date.
- Fast-mode eligibility (
ig()) passes if the catalogfast_modecapability is set on the resolved model, or if the lowercase model ID containsopus-4-7oropus-4-8; the previousopus-4-6string match has been removed. - Fast mode is restricted to the first-party Anthropic API (
uc()returns false for Bedrock, Vertex, and other providers); toggling on any other provider returns"Fast mode is only available when using the Anthropic API directly". - When toggled ON, the active fast-mode model resolves via alias
"opus"(or"opus[1m]"for 1M context);iW()returns the display name"Opus 4.8"for the confirmation message. - The Opus 4.7 deprecation notice fires only when the currently active model resolves to
claude-opus-4-7. The removal date is read from thetengu_sunset_penguin_opus47GrowthBook flag (default"2026-07-25"); if the date has already passed or is unparseable, no notice is shown. - The deprecation notice (
SGo()) carriespriority: "immediate"andcolor: "warning", surfacing immediately on the next fast-mode toggle rather than as a background notification.
Updated fast mode tip (search for "available on Opus 4.8/4.7.") and deprecation logic (search for "opus47-fast-mode-deprecation" and "tengu_sunset_penguin_opus47")
Strings lifted out of the shipped bundle, so the claim above can be checked against them.