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 ·

Turn tracking for plugin prompt submissions now uses the real turn id

Plugin-submitted prompts are tagged to the current turn, and turn-complete reporting now uses the real turn id instead of a freshly generated one

TierUnder the hoodhow much it should matter to you
Useful2my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaPluginswhat it touches
KindInternal Changesin v2.1.271,
Group of 2 Under the hood

Plugin-submitted prompts are tagged to the current turn, and turn-complete reporting now uses the real turn id instead of a freshly generated one

What

  • New turn-lifecycle bookkeeping marks prompt UUIDs against turn.start/turn.complete events and prunes stale entries. The plugin API for submitting a prompt now uses this bookkeeping when submitting, tagging the submission to the current turn only if its origin is undefined or session.start.
  • The handler that reports a completed agent turn to telemetry/session state now forwards the actual turnId from the event, rather than generating a new id at report time.

Why

This makes turn tracking for plugin-submitted prompts, and the turn id used in turn-complete reporting, more accurate and consistent instead of relying on freshly generated ids.

See this entry in the whole of v2.1.271 →