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.
Names in the bundleCLAUDE_CODE_ENTRYPOINT