tengu_heron_tallow Off in both readingsThe flag server returned off for the account this site reads and for the anonymous baseline. A reading of off cannot rule out a rollout these two readings sit outside of.
This account: off · anonymous baseline: off · compiled default in v2.1.217: 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.217. It isn't a statement about your account. What a flag value here can and cannot tell you
What's wrong with this entry?
A new feature flag tengu_heron_tallow is available. It can also be enabled via the CLAUDE_CODE_HERON_TALLOW environment variable or via managed settings.
Feature-flagged (also overridable via CLAUDE_CODE_HERON_TALLOW env var)
Ohd()returnstrueifZ.CLAUDE_CODE_HERON_TALLOWenv var is truthy, the managed settings object hastengu_heron_tallow: true, or the feature flag is on viaKe()Ohd()is called insidemks(), which generates the hint text appended to tool-not-found errors in the model context when a tool call cannot be routed to any registered tool- When
Ohd()istrueand the tool name resolves to an existing-but-not-enabled tool: the hint changes from"X exists but is not enabled in this context. Use one of the available tools instead."to"X is disabled for this session, in subagents as well as here." - When
Ohd()istrueand the tool is in the known-but-session-unavailable set (sat()): the hint changes from"X is not available in this context. Use one of the available tools instead."to"X is disabled for this session." - The change shifts the model's framing from "try a different tool" toward "this tool is a session-level prohibition", which may affect how the model responds to tool-call failures in restricted sessions
Ohd() function (search for "CLAUDE_CODE_HERON_TALLOW") and its changed hint strings (search for "is disabled for this session, in subagents as well as here")
Strings lifted out of the shipped bundle, so the claim above can be checked against them.