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

Command queue's discard/consume events centralized via a new emitter registry

Command-queue events move to a shared registry, and peer-message admission failures are now recorded first.

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

Command-queue events move to a shared registry, and peer-message admission failures are now recorded first.

The internal dun() command-queue constructor now gets its commandsDiscarded/commandsConsumed event emitters from a shared Z6e() registry instead of module-level singletons. Peer-message admission failures are now also recorded through a peer_loop_guard telemetry call before falling back to the existing hop-chain/queue-full admission checks.

See this entry in the whole of v2.1.257 →

Feedback