Sweep 19 Sep 2026 · 02:36Z Build v2.1.278 500 read Stable v2.1.267 Latest v2.1.278 Next v2.1.278 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.269 ·

New settledAt tracking on server-response settle/await store

Claude Code's internal async response tracker now records when each response was settled, not just its value

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaSessionswhat it touches
KindInternal Changesin v2.1.269,
Under the hood

Claude Code's internal async response tracker now records when each response was settled, not just its value

What

Claude Code has an internal store used to match up asynchronous responses from the server with the code waiting on them. That store now records a settledAt timestamp for each entry alongside the value it resolves to, with a new accessor to look up that timestamp.

Why

This is internal bookkeeping; recording when a response was settled makes it possible to reason about timing (such as staleness or latency) for these async exchanges, though the finding doesn't show a specific new consumer of that timestamp.

See this entry in the whole of v2.1.269 →