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.275 ·

Message re-queue after aborted session-start hooks now preserves order via enqueueReportingAdmission

Re-queued messages after an aborted session-start hook now keep their original order

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal0worth watching, 1 to 5
AreaMessage Queuewhat it touches
KindInternal Changesin v2.1.275,
Under the hood

Re-queued messages after an aborted session-start hook now keep their original order

What

When session-start hooks abort a batch of queued messages, the non-prompt and "resurrected" messages in that batch are now collected and re-added in reverse order using a new enqueueReportingAdmission call with an {ahead: true} option, instead of being pushed back one at a time with the plain enqueue call used before.

Why

This preserves the original ordering of messages that get put back on the queue after a session-start hook aborts, avoiding messages ending up out of sequence.

See this entry in the whole of v2.1.275 →