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.