v13.5.2
thedotmack/claude-memv13.5.2Jun 10, 2026by thedotmack
AI Summary
This release adds platform and toolchain telemetry to diagnose the install-to-worker activation dropoff, capturing OS version details, WSL detection, Node.js version, and install method information across all events.
Key Highlights
- Every event now carries os_version, is_wsl, and node_version alongside existing os/arch/runtime fields
- install_completed 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 for platform-based slice analysis
- New fields are person properties enabling activation funnel breakdown by OS version, WSL, and install method
- Scrub whitelist, consent screen, docs, and tests updated for all new telemetry properties
New Features
- Platform telemetry with os_version (kernel release distinguishing Windows 10 vs 11, macOS releases)
- WSL detection (is_wsl field)
- Node.js version tracking
- Install method tracking (npm, bun, pnpm, yarn)
- Toolchain version detection (bun_version, uv_version, claude_code_version)
- Interactive vs scripted install detection
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)