New telemetry event tengu_thinking_drop logs when thinking blocks get stripped from a request
Claude Code now sends a telemetry event called tengu_thinking_drop whenever "thinking" blocks (the model's intermediate reasoning content) are removed from a request before it's sent, for example when there's a mismatch between the prefix of prior turns and the model currently bound to the session. The event records how many blocks and turns were affected, why they were dropped, which message positions were involved, and details of the client-side change that triggered the request.
This gives visibility into a case where reasoning content silently gets stripped out, which should help diagnose situations where thinking output unexpectedly disappears from a conversation.