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 ·

Orphaned-thinking-message filtering telemetry now deduplicated

Orphaned-thinking-message telemetry no longer fires duplicate events for the same message

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal0worth watching, 1 to 5
AreaTranscriptwhat it touches
KindInternal Changesin v2.1.269,
Under the hood

Orphaned-thinking-message telemetry no longer fires duplicate events for the same message

What

The cleanup pass that removes orphaned assistant messages containing only thinking content (thinking that has no accompanying reply) now keeps track of which message IDs it has already logged, before sending the tengu_filtered_orphaned_thinking_message telemetry event. This prevents the same message from being logged more than once if the cleanup pass runs over it again.

Why

This keeps telemetry accurate by avoiding inflated counts from the same filtered message being reported multiple times.

See this entry in the whole of v2.1.269 →