This release adds 3 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+14 more
Affected surfaces
Summary
AI summaryTelemetry now includes os_version, is_wsl, node_version, install context, and more.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Low |
Adds os_version, is_wsl, and node_version fields to telemetry events. Adds os_version, is_wsl, and node_version fields to telemetry events. Source: llm_adapter@2026-06-10 Confidence: high |
— |
| Feature | Low |
Adds interactive, install_method, bun_version, uv_version, and claude_code_version to install_completed telemetry. Adds interactive, install_method, bun_version, uv_version, and claude_code_version to install_completed telemetry. Source: llm_adapter@2026-06-10 Confidence: high |
— |
| Feature | Low |
Adds same install context fields to install_failed telemetry for aborted installs. Adds same install context fields to install_failed telemetry for aborted installs. Source: llm_adapter@2026-06-10 Confidence: high |
— |
| Feature | Low |
Treats new telemetry fields as person properties for activation funnel breakdowns. Treats new telemetry fields as person properties for activation funnel breakdowns. Source: llm_adapter@2026-06-10 Confidence: high |
— |
| Refactor | Low |
Updates whitelist, consent screen, documentation, and tests for new telemetry properties. Updates whitelist, consent screen, documentation, and tests for new telemetry properties. Source: llm_adapter@2026-06-10 Confidence: high |
— |
Full changelog
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
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About claude-mem
A Claude Code plugin that automatically captures everything Claude does during your coding sessions, compresses it with AI (using Claude's agent-sdk), and injects relevant context back into future sessions.
Related context
Related tools
Earlier breaking changes
- v13.11.0 Retires the standalone `cloud-sync.mjs` daemon.
Beta — feedback welcome: [email protected]