Editor diagnostics requests now time out instead of hanging your session.
What's wrong with this entry?
Requests to your editor for diagnostics now have a time limit, repeated workspace requests are collapsed while one is in flight, and after a fixed number of consecutive baseline timeouts Claude Code stops taking baselines for the rest of the session and logs why.
- Telemetry records how long each call took and how many timeouts have run consecutively; outcomes include a path mismatch and a skip because a fetch was already in flight.
- Diagnostics are skipped entirely for one known server name.
ide_diagnostics_baseline
Strings lifted out of the shipped bundle, so the claim above can be checked against them.
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.
-
v2.1.234
Stale editor bridge connections are dropped instead of read
Both mention integration
-
v2.1.234
Git remote URLs can no longer smuggle a different host
Both mention integration
-
v2.1.236
Change detection ignores custom diff drivers and submodules
Both mention integration