What's wrong with this entry?
Anonymous. No account, no email.
- Segment.io analytics completely removed: The
@segment/analytics-nodelibrary and all associated code (event factory, priority queue, emitter, stats tracking, UUID generation) have been removed. Telemetry is now handled through a lighter-weight internal system (search for"Segment.io"in old version) - Bootstrap API replaces clientData: The
/api/oauth/claude_cli/client_dataendpoint has been replaced by/api/claude_cli/bootstrap, which also returns additional model options alongside client data (search for"/api/claude_cli/bootstrap") - Improved debug repainting: New
CLAUDE_CODE_DEBUG_REPAINTSenvironment variable enables detailed React component owner chain tracking for diagnosing UI repaint issues (search for"CLAUDE_CODE_DEBUG_REPAINTS")