Group of 2 Under the hood
No documentation found
Task notifications can now say which conversational turn they belong to via a turn-attribution option.
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.
Names in the bundleturnAttribution