This release adds 2 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+14 more
Affected surfaces
Summary
AI summaryTelemetry data now reports real usage, cost, compression ratios, model details, and adds a daily install-state snapshot.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Low |
Adds daily `worker_started` install‑state snapshot with DB metrics and activity counts. Adds daily `worker_started` install‑state snapshot with DB metrics and activity counts. Source: llm_adapter@2026-06-10 Confidence: high |
— |
| Bugfix | Medium |
Fixes placeholder Claude token counts in session_compressed events. Fixes placeholder Claude token counts in session_compressed events. Source: llm_adapter@2026-06-10 Confidence: high |
— |
| Bugfix | Medium |
Populates real `cost_usd` values for Claude and OpenRouter events. Populates real `cost_usd` values for Claude and OpenRouter events. Source: llm_adapter@2026-06-10 Confidence: high |
— |
| Bugfix | Medium |
Eliminates impossible compression ratios (< 1 or 0.0) in telemetry events. Eliminates impossible compression ratios (< 1 or 0.0) in telemetry events. Source: llm_adapter@2026-06-10 Confidence: high |
— |
| Bugfix | Medium |
Ensures the `model` field is always present and correct in telemetry events. Ensures the `model` field is always present and correct in telemetry events. Source: llm_adapter@2026-06-10 Confidence: high |
— |
| Bugfix | Medium |
Fixes missing `ide` person property on `worker_started` events. Fixes missing `ide` person property on `worker_started` events. Source: llm_adapter@2026-06-10 Confidence: high |
— |
| Bugfix | Medium |
Normalizes epoch math to correct oversized install ages (~20,000 days). Normalizes epoch math to correct oversized install ages (~20,000 days). Source: llm_adapter@2026-06-10 Confidence: high |
— |
Full changelog
Telemetry: real data edition
Every analytics number claude-mem reports about itself is now real, provider-reported data — plus a new daily install-state snapshot so we can see the actual state of the installed base.
Fixed: the four session_compressed data-quality bugs
- Claude token counts were placeholders. The Agent SDK attaches an early-streaming usage snapshot to assistant messages (
output_tokensof ~2–10, regardless of actual output). Thesession_compressedevent is now fired from the SDK result message, which carries the finalized per-turn usage — verified empirically (placeholder said 8, result said 45). Compression ratios for Claude models drop from a nonsensical 6,000–38,000 to the true ~10–100 range. cost_usdis now real and populated. Claude: computed from the SDK's cumulativetotal_cost_usddelta between consecutive turns. OpenRouter:usage.cost+cost_details.upstream_inference_cost(covers BYOK), with usage accounting requested from openrouter.ai only. Gemini reports no cost, so the field stays honestly absent — never estimated.- Impossible compression ratios (< 1, or exactly 0.0) eliminated. Custom OpenAI-compatible gateways that report suffix-only or one-sided token usage can no longer produce half-real events: usage is now both-sides-or-nothing, ratios require input > 0, and a new
endpoint_classproperty (openrouter|custom) lets dashboards segment gateway-reported data. modelis never silently missing or wrong. The model that actually served the request (response.model) is stamped instead of the raw configured string, array-typed model settings are normalized, error-path events now carry the model, andunknownis the floor everywhere — non-string values previously vanished in the telemetry scrubber.
New: install-state snapshot
worker_started (start + daily heartbeat) now reports an aggregate snapshot of the local memory DB as person properties: observation/session/summary/project counts, DB file size, install age in days, observations in the last 7/30 days, and days since the last observation. Counts and day-deltas only — never project names, text, or any content. Makes retention, scale, and activity cohorts directly sliceable in analytics.
Also fixed
- The
ideperson property onworker_startednever populated — the lookup queried a legacy table and silently threw on every start since it shipped. - Epoch math now normalizes legacy seconds-unit rows (a few hundred per install) that would have reported install ages of ~20,000 days.
All new properties are whitelisted in the scrubber, documented at https://docs.claude-mem.ai/telemetry, and shown in the npx claude-mem telemetry consent screen. Telemetry remains anonymous and opt-out (npx claude-mem telemetry disable).
🤖 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]