Under the hood
Telemetry now computes isClaudeAiAuth itself for each event instead of reading it from stored session state
What
The code that builds telemetry payloads now computes the isClaudeAiAuth value directly at the point each event is sent, rather than reading it from previously stored session state.
Why
This is an internal telemetry accuracy change: computing the value fresh each time should keep it from going stale if the underlying authentication state changes during a session.