Source Intelligence

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

All of v2.1.223 Home All releases olderv2.1.222 v2.1.224newer

Managed-settings telemetry reports env-union state and tier presence

Under the hood
Useful2 Signal0
Elsewhere not in their notes

Managed settings logging now records which admin config tiers applied and whether env union was opted out.

CLAUDE_CODE_DISABLE_ADMIN_ENV_UNION
What

The managed settings load event now records how the admin environment union resolved and which admin tiers were present.

Details
  • tengu_managed_settings_loaded carries envUnionOptedOut, envUnionChanged, remoteTierPresent, mdmTierPresent, fileTierPresent, adminTierCount and tiersWithEnv.
  • envUnionOptedOut reflects the existing CLAUDE_CODE_DISABLE_ADMIN_ENV_UNION variable.
Evidence

tengu_managed_settings_loaded

Strings lifted out of the shipped bundle, so the claim above can be checked against them.

See this entry in the whole of v2.1.223 →