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.232 Home All releases olderv2.1.231 v2.1.233newer
Claude Code v2.1.232

One-shot warnings share a single claim registry

Under the hood
Useful1 Signal1
Diagnostics

Warnings that should appear once per run now share one registry instead of each tracking itself.

What

Warnings that should only be logged once per run no longer each keep their own boolean; they take a named key from a shared registry that returns false after the first use. Behaviour is unchanged, but the keys are now namespaced and inspectable.

Details
  • Keys include voice init gating, a left-arrow rejection, a bad cron extra-tasks load, a color-diff emitter shape error, and a malformed precompute arm table.
  • The same mechanism already backed the MCP tree tripwire and frontmatter shadow warnings.
Evidence

cA.claim("cron_extra_tasks_load_bad"), cA.claim("precompute_arm_table_malformed")

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.

See this entry in the whole of v2.1.232 →