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 ·

Turn-attribution metadata added to background/notification message sends

Background and notification sends now carry turn attribution so the system knows which turn they belong to.

TierUnder the hoodhow much it should matter to you
Useful2my rating, 1 to 5
Signal3worth watching, 1 to 5
AreaTerminal UIwhat it touches
KindInternal Changesin v2.1.259,
Group of 2 Under the hood No documentation found

Background and notification sends now carry turn attribution so the system knows which turn they belong to.

Internal message-send call sites (task notifications, hook stop messages, WebSocket housekeeping messages) now pass a turnAttribution value of "inherit" or "none", and a new helper resolves turnAttributionKey for task-notification mode. The task-notification enqueue path also gained a second options argument carrying turnAttribution, with the ultrareview-failed notification explicitly passing { turnAttribution: "inherit" }. This is internal bookkeeping to track which conversational turn a background message belongs to.

Read from
Names in the bundleturnAttribution

See this entry in the whole of v2.1.259 →

Feedback