v13.5.2
tremorlabs/tremorv13.5.2Jun 10, 2026by thedotmack
AI Summary
Adds platform and toolchain telemetry to diagnose install-to-worker activation dropoff with OS version, WSL, and install method tracking.
Key Highlights
- New os_version, is_wsl, and node_version fields
- Install context includes interactive, install_method, bun_version
- Install failures now carry same platform context
- Activation funnels can be broken down by OS and install method
- All telemetry remains anonymous and opt-out
New Features
- Platform telemetry (os_version, is_wsl, node_version)
- Install method telemetry (interactive, npm/bun/pnpm/yarn)
- Toolchain detection (bun_version, uv_version, claude_code_version)
- Install failure tracking with same context
- Activation funnel segmentation by platform
Full Release Notes
## What's New in 13.5.2 Platform and toolchain telemetry to diagnose the install ā live-worker activation dropoff (anonymous, opt-out ā see `npx claude-mem telemetry`): - Every event now carries `os_version` (kernel release ā distinguishes Windows 10 vs 11, macOS releases), `is_wsl`, and `node_version` alongside the existing `os`/`arch`/`runtime` fields. - `install_completed` now reports `interactive` (TTY vs scripted), `install_method` (npm / bun / pnpm / yarn), and detected `bun_version`, `uv_version`, and `claude_code_version`. - `install_failed` carries the same install context so aborted installs are sliceable by platform too. - New fields are person properties as well, so activation funnels can be broken down by OS version, WSL, and install method. - Scrub whitelist, consent screen, docs, and tests updated for every new property. š¤ Generated with [Claude Code](https://claude.com/claude-code)