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

A recording storage namespace with no writer in this build

Under the hood
Useful1 Signal4
Storage Backend

Internal storage keys learned a "recording" kind, but nothing in the build creates one.

A recording storage kind keyed by project, session and timestamp exists with no writer.

What

The component that builds and checks internal storage keys gained a recording kind, addressed by project, session id and a timestamp. Nothing in the build produces recordings, so what would create one is not settled here.

Details
  • The timestamp is validated like other key parts, and session id is checked on lookup.
  • Requests that ask for a group of stored values but actually name a single stream are now rejected, with per-kind explanations for transcripts, logs and session logs: names one agent transcript, a stream key, not a scope: narrow a scope with agentRelPath.
Evidence

namespace: "recording", names one agent transcript, a stream key, not a scope: narrow a scope with agentRelPath

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