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.246 Home All releases olderv2.1.245 v2.1.247newer
Claude Code v2.1.246

Assorted smaller behaviour changes

You'll notice
Useful2 Signal2
Elsewhere

Per-session cost tracking survives restarts, the whiteboard menu was reworded, and the pride dialog entry is gone.

What

Per-session cost tracking is now saved and restored across restarts, the Bun runtime tag moved to 1.4.1, the whiteboard menu entry was reworded, and the pride dialog entry was removed while a prideFlag user-state key was added.

Details
  • Cost state is persisted under a "cost-state": "always" policy.
  • Crash telemetry now reports entrypoint as an allow-listed value or other, instead of passing through whatever CLAUDE_CODE_ENTRYPOINT was set to.
  • Executable detection gained a rejectNpmStub option so tiny npm shim files are not mistaken for real binaries.
  • Streaming tool-input blocks whose name is not a string are ignored instead of processed.
  • The queue cleared when you cancel now reports reason: "cleared_on_cancel".
Evidence

bun_version: "1.4.1"

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.246 →