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.234 Home All releases olderv2.1.233 v2.1.235newer
Claude Code v2.1.234

Assorted small behaviour changes

You'll notice
Useful2 Signal1
Permissions

Small fixes, including permission prompts falling back to a tool's registered name when the display name is empty.

What

A handful of unrelated touch-ups, none of them behind a flag. The one you might notice: a permission prompt now falls back to the tool's registered name when the tool produces an empty display name.

Details
  • GitHub PR events gained reopened alongside auto-merge-enabled.
  • Adoption telemetry reports a new adopted_frame_live count; message-send records carry an optional source; artifact file metadata gained rendered_locally.
  • Publish-denied errors truncate the underlying error to 300 characters rather than including all of it.
  • A settings module exports a reporter for an SDK inline setting dropped because the inline settings blob failed to parse. It is exported but nothing in this build calls it.
Evidence

adopted_frame_live

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