Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.259 ·

New integrity-checked incremental reader for history.jsonl

History reads now stream in chunks with a running digest and verify the file wasn't rewritten mid-scan.

TierUnder the hoodhow much it should matter to you
Useful2my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaSessionswhat it touches
KindInternal Changesin v2.1.259,
Under the hood

History reads now stream in chunks with a running digest and verify the file wasn't rewritten mid-scan.

history.jsonl reads now go through a new low-level incremental reader that streams the file in chunks, computes a running sha256 digest, and verifies the file wasn't rewritten out from under an earlier scan by comparing inode, birthtime, and a previously-recorded digest before returning parsed lines.

See this entry in the whole of v2.1.259 →

Feedback