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

Prompt queue gains explicit withdrawal tracking and delivery class tracking

Claude Code now tracks whether queued prompts have been withdrawn and what delivery class they used

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

Claude Code now tracks whether queued prompts have been withdrawn and what delivery class they used

What

The internal system that tracks queued prompts and commands now keeps an explicit record of whether each queued item has been withdrawn, using a lookup keyed by item id along with helper functions to register and check-and-withdraw entries. The delivery-recording logic also now tracks which items were held alongside a delivery class, and tracks lineages it has already seen.

Why

This is internal bookkeeping for how queued prompts move through the system; it isn't described as changing what a user sees, but it should make the queue's withdrawal and delivery state more reliable to track.

See this entry in the whole of v2.1.277 →