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 ·

Command-line entrypoint telemetry routed through new normalizer

Command-line entrypoint telemetry now goes through a normalizer instead of reading the raw environment variable

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaTelemetrywhat it touches
KindInternal Changesin v2.1.265,
Under the hood No documentation found

Command-line entrypoint telemetry now goes through a normalizer instead of reading the raw environment variable

What

The entrypoint field sent in telemetry now comes from a normalizing function applied to the entrypoint value, falling back to "other" if nothing is found. Previously it read the CLAUDE_CODE_ENTRYPOINT environment variable directly and fell back to "cli".

Why

Routing the value through a normalizer and changing the fallback from "cli" to "other" likely produces more consistent and accurate entrypoint labels in telemetry, though the finding doesn't specify what the normalizer changes about the value.

Read from
Names in the bundleCLAUDE_CODE_ENTRYPOINT

See this entry in the whole of v2.1.265 →

Feedback