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

turn.complete telemetry only fires when a hook wants it

A new turn.complete hook reports a turn's final answer, refusal, usage and error state, but only when a plugin listens for it

TierNothing to try yethow much it should matter to you
Useful4my rating, 1 to 5
Signal3worth watching, 1 to 5
AreaPlugin Hookswhat it touches
KindNew Featuresin v2.1.269,
Nothing to try yet Notable No documentation found

A new turn.complete hook reports a turn's final answer, refusal, usage and error state, but only when a plugin listens for it

What

Claude Code can now assemble a summary of each completed turn (the final answer, whether it was refused, token usage totals, and whether it was aborted or errored) and send it to a turn.complete hook. This only happens if a loaded plugin actually registers a turn.complete hook; otherwise the work is skipped entirely.

Why

This gives plugins a way to observe how each turn ended without adding overhead when no plugin cares about that information.

Read from
Names in the bundleturn.complete

See this entry in the whole of v2.1.269 →

Feedback