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.271 ·

Per-command tip history and 'tip_launches_ago' telemetry

Claude Code now tracks which tip was shown for each command and how many launches ago, for telemetry

TierUnder the hoodhow much it should matter to you
Useful2my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaTipswhat it touches
KindInternal Changesin v2.1.271,
Under the hood

Claude Code now tracks which tip was shown for each command and how many launches ago, for telemetry

What

Claude Code already tracked a general history of tips (short hints shown to users) that had been displayed. Now it also keeps a per-command history, tipsHistoryByCommand, recording which tip was shown for each specific command and how many app startups ago that happened. A new helper computes telemetry fields (via_tip, tip_launches_ago, tip_id) when a tip led to a command actually being run.

Why

This lets Claude Code measure whether tips are effective at getting people to use commands, and avoid repeating the same tip for a command too often.

See this entry in the whole of v2.1.271 →

Feedback