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

Queue dispatch function g7 reworked with a QG()-based fast path and waitsOnSessionStart hook

Queue dispatch logic reworked with a fast path for in-flight items and a session-start wait option

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

Queue dispatch logic reworked with a fast path for in-flight items and a session-start wait option

What

The function that picks which batch of queued items to dispatch next (renamed from OXe to g7) has been reworked with two changes:

  • a fast path that, when a certain internal marker is set, looks up an already in-flight item by its id and dispatches it right away
  • a new waitsOnSessionStart setting (defaulting to always wait) that controls whether an item must wait for the session to start before it proceeds
Why

This is internal scheduling logic for how Claude Code processes its work queue. It likely speeds up handling of items that are already in progress, and gives more control over ordering relative to session startup.

How sure we are
Something disagreesSomething we can check disagrees with this entry, or the writer said they could not settle it.
The writer flagged doubtThe finding does not explain what QG() represents or when waitsOnSessionStart would be set to false in practice.

See this entry in the whole of v2.1.271 →