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.0.8 Home All releases olderv2.0.5 v2.0.9newer
Claude Code v2.0.8

Billing Type Information Added to Telemetry

What: Internal telemetry now includes the organization's billing type alongside subscription type.

Technical details: The function that gathers subscription information (nC0() at line 397096 in v2.0.8, formerly QN0() at line 406454 in v2.0.5) now extracts and includes billingType from the organization data when available.

User impact: None visible—this is purely for internal analytics.

Evidence: Line 23953 in diff shows addition: if (B?.organization?.billing_type !== void 0) G.billingType = B.organization.billing_type;

See this entry in the whole of v2.0.8 →