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

Transcript existence checks and project-directory discovery can use record streams

Under the hood
Useful1 Signal0
Sessions

Checking whether a past transcript has content can now run over streamed records instead of files.

What

The probe that decides whether a transcript has real content, and the sibling project-directory lookup, gained backend implementations built on record streams and entry listing.

Details
  • the probe pages through readRecords looking for "type":"user" and "type":"assistant" markers
  • it falls back to statStream before answering 'none', and returns 'unknown' when records were truncated or the scan did not converge
  • project-directory lookup gained a listEntries-based variant
Evidence

"type":"assistant"

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 →