Under the hood
Session hints attached to error telemetry now respect a recent opt-out before being sent again
What
When a request fails with a 400 error, Claude Code can attach hints (like the entrypoint, session ID, and request ID) to the telemetry it sends about that error. Now, if a session recently indicated it should refuse to include those hints, that refusal is remembered and later checks will skip attaching the hints until the cooldown passes.
Why
This avoids repeatedly attaching identifying session hints to error reports after a session has recently declined to include them.