tengu_bison_cairn 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?
Four new feature flag constants have been added without any observable user-facing behavior yet:
tengu_amber_astrolabe(also:CLAUDE_CODE_AMBER_ASTROLABEenv var)tengu_bison_cairn(also:CLAUDE_CODE_BISON_CAIRNenv var)tengu_larch_cistern(also:CLAUDE_CODE_LARCH_CISTERNenv var)tengu_alder_wicket(also:CLAUDE_CODE_ALDER_WICKETenv var)
These are infrastructure additions that will be wired to behavior in a future release.
tengu_amber_astrolabe/CLAUDE_CODE_AMBER_ASTROLABE: accessorekc()is checked inFa_()alongside the existing max/autonomous mode gate (VMe(e)); when true, the autonomy system prompt section is injected even outside max mode, instructing Claude to proceed with reversible actions without asking "Want me to…?" permission questions and to stop only for destructive actions or genuine scope changestengu_bison_cairn/CLAUDE_CODE_BISON_CAIRN: accessortkc()gates the"delivering_work_max"system prompt slot (el_); when true, a# Delivering workinstruction block is added telling Claude to: act on what is in the request rather than speculation; deliver complete work under stated assumptions; explicitly report blocked sub-tasks; carry mid-task questions to the end of a turn that also delivers progress (rather than blocking); and treat user reaffirmation as a final decision to proceedtengu_larch_cistern/CLAUDE_CODE_LARCH_CISTERN: accessorrkc()gates the"overcorrection"system prompt slot (tl_); when true, a# Correctionsinstruction block is added telling Claude to: only correct errors that would change the user's code, conclusions, or decisions; state corrections plainly and continue without apology, preamble, or rumination; not treat a follow-up question as a signal of prior errortengu_alder_wicket/CLAUDE_CODE_ALDER_WICKET: accessornkc()gates the"scope_fidelity"system prompt slot (rl_); when true, a second# Delivering workinstruction block (a tighter variant) is added telling Claude to: interpret ambiguity as a careful colleague would; briefly state concerns then proceed as asked; finish the whole task not just the easy parts; stop short of actions clearly beyond what the request implies- All four use the shared helper
gYt(envVar, flagName)which returns true if the env var is set, managed settings has the flag true, orKe()returns true for the flag name
Accessor functions and system prompt slots (search for "ekc()" near Fa_() for amber_astrolabe; "delivering_work_max" for bison_cairn; "overcorrection" for larch_cistern; "scope_fidelity" for alder_wicket)
Strings lifted out of the shipped bundle, so the claim above can be checked against them.