Tip telemetry now labels plugin-marketplace tips by their actual marketplace instead of a generic bucket
When Claude Code logs that it showed a tip (a tengu_tip_shown telemetry event), it now categorizes the tip using a shared helper function instead of inline logic. The new logic adds a specific case for tips that come from a plugin marketplace: instead of a generic label, these are now tagged with the actual marketplace id, or with marketplace-plugin:org-marketplace as a fallback when the specific id isn't available. Other tips are still labeled org-tip or other as before.
This makes internal telemetry about which tips get shown more precise for plugin-marketplace tips specifically, which previously would have been grouped less specifically. It's an internal analytics change and doesn't affect what tips you see.