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

Queued-command task delivery gains richer turn/position tracking

Messages delivering queued command results now carry explicit turn/position context used for dedup, telemetry, and history

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaBash Toolwhat it touches
KindImprovementsin v2.1.269,
Group of 4 Under the hood

Messages delivering queued command results now carry explicit turn/position context used for dedup, telemetry, and history

What

  • The dedup/merge helper that delivers queued-command notifications into the transcript now takes a structured options object ({startsTurn, inDrainPosition, inHumanTurn}) instead of positional booleans, used for both taskDelivery on user messages and queued_command attachments.
  • The bash-task-delivery splicing logic now distinguishes a third structural outcome, after_turn, in addition to the existing append/new_turn, based on new position parameters; it's recorded in the tengu_bash_task_delivered telemetry event.
  • The logic that decides whether a message counts as a completed tool-result turn (for grouping/rendering) now also treats user messages carrying a taskDelivery field as qualifying, not just ones with tool_result content.
  • The check for whether a message counts toward rewind/history segmentation likewise now treats messages with a taskDelivery field as eligible, not just tool_result-bearing ones.

Why These changes make messages that deliver queued command results behave consistently with normal tool-result messages for turn grouping, rewind/history, and telemetry, instead of being treated as a special case that could be miscounted or misplaced.

See this entry in the whole of v2.1.269 →