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.248 Home All releases olderv2.1.247 v2.1.250newer
Claude Code v2.1.248

Published session journals distinguish uploading from ended

Under the hood
Useful1 Signal2
Sessions

Published session journals now mark uploading separately from ended.

What

The journal a session publishes now includes upload-in-progress and ended markers when they are set, so anything reading it can tell a session still uploading from one that has finished.

Evidence

...(i !== void 0 && { ended: i }),

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