Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.265 ·

Prompt cache diagnosis telemetry now allowlists diagnosisType values

Prompt-cache diagnosis telemetry now only sends recognized diagnosis types, replacing others with 'other'

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal0worth watching, 1 to 5
AreaTelemetrywhat it touches
KindInternal Changesin v2.1.265,
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.

See this entry in the whole of v2.1.265 →

Feedback