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 ·

Duplicate-submit guard added to fleet dispatch and fleet reply (sameChunk)

Fleet dispatch and fleet reply now guard against accidentally sending the same command or reply twice

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaFleetwhat it touches
KindBug Fixesin v2.1.277,
Under the hood

Fleet dispatch and fleet reply now guard against accidentally sending the same command or reply twice

What

Fleet's command dispatcher and reply composer now record a short-lived timestamp per query to detect duplicate sends. If a duplicate fire happens within the same event cycle or a short time window, it's silently dropped instead of being processed a second time.

Why

This prevents a command or reply in FleetView from being submitted twice due to rapid duplicate triggers, such as double clicks or overlapping event handlers.

See this entry in the whole of v2.1.277 →