ctx7@0.2.1
upstash/context7ctx7@0.2.1Jan 29, 2026by github-actions[bot]
AI Summary
This patch release updates skill display logic to show exact install counts and introduces CLI telemetry for usage metrics collection.
Key Highlights
- Display of exact install counts instead of rounded values
- Skills sorted by install count in the install command
- CLI telemetry added for usage metrics (commands, searches, installs)
- Telemetry respects CTX7_TELEMETRY_DISABLED environment variable
New Features
- Exact install count display
- CLI telemetry implementation
Full Release Notes
### Patch Changes - 2f7cc42: Show exact install counts instead of rounded values, sort skills by install count in the install command, and display "installs" column header inline with the prompt - 85b905e: Add CLI telemetry for usage metrics collection (commands, searches, installs, generation feedback) via fire-and-forget events to /api/v2/cli/events. Respects CTX7_TELEMETRY_DISABLED env var.