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, andnode_versionalongside the existingos/arch/runtimefields. install_completednow reportsinteractive(TTY vs scripted),install_method(npm / bun / pnpm / yarn), and detectedbun_version,uv_version, andclaude_code_version.install_failedcarries 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