Under the hood
Prompt-cache diagnosis telemetry now only sends recognized diagnosis types, replacing others with 'other'
What
The telemetry event tengu_prompt_cache_diagnosis_received, which records diagnostic information about Claude Code's prompt cache, now checks the diagnosis type against a list of recognized values before recording it. If the type isn't on that list, the event now sends the literal value other instead of the raw, unrecognized string.
Why
This keeps the telemetry data clean and predictable by preventing arbitrary or unexpected diagnosis-type strings from being recorded verbatim.