Source Intelligence

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

All of v2.1.251 Home All releases olderv2.1.250
Claude Code v2.1.251

Telemetry for skipped thumbnails

Not switched on
Useful1 Signal3
Artifacts

Skipped artifact thumbnails get logged and warned about, but only under a flag that's off.

Thumbnail skip telemetry and publish warnings exist but fire only behind a thumbnail flag that is off by default.

What

A failed or skipped thumbnail read during artifact publish is recorded as an event, and the reason is passed back to the caller as a publish warning. It fires only when the thumbnail feature flag is on, which it is not by default in this build.

Evidence

g("artifact_publish", "thumbnail_skipped")

Strings lifted out of the shipped bundle, so the claim above can be checked against them.

See this entry in the whole of v2.1.251 →