Skip to content

claude-mem

v13.8.0 Breaking

This release includes 1 breaking change for platform teams planning a safe upgrade.

Published 1mo AI Coding Tools
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

ai ai-agents ai-memory anthropic artificial-intelligence chromadb
+14 more
claude claude-agent-sdk claude-agents claude-code claude-code-plugin claude-skills embeddings long-term-memory mem0 memory-engine openmemory llm sqlite supermemory

Summary

AI summary

observer_turn_rollup and context_injected_rollup now provide summed observation counts and cost metrics, enabling per‑session KPI calculations.

Full changelog

Telemetry: observation volume on per-session rollups

Carries generation-side observation volume and type mix on the observer_turn_rollup event so cache-value KPIs survive the migration off the legacy per-occurrence session_compressed / context_injected streams.

What's new

  • observer_turn_rollup now sums observations_created and the obs_type_* family (bugfix / discovery / decision / refactor / other) across every compression turn in a session. Paired with total_cost_usd, this makes cost-per-observation and observation-type-by-model derivable from the rollup alone.
  • context_injected_rollup carries total_observations_injected and total_tokens_saved_vs_naive — context-cache value (observations served × cost/obs) is now derivable from the rollup.
  • scrub.ts whitelist extended for the new aggregate keys; all values are counts/sums only — never names, prompt text, or raw strings.
  • Public telemetry.mdx docs updated to document the new rollup fields.

Merge notes

  • Merged latest main (Ponytail audit, v13.7.1), which removed fabrication tracking; the now-stale fabrication_count / fabricated_count references were dropped from code and docs accordingly.

Full changes: https://github.com/thedotmack/claude-mem/pull/3017

Breaking Changes

  • Removed `fabrication_count` and `fabricated_count` fields from code, config, and docs after Ponytail audit.

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

Track claude-mem

Get notified when new releases ship.

Sign up free

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.

All releases →

Related context

Earlier breaking changes

  • v13.11.0 Retires the standalone `cloud-sync.mjs` daemon.

Beta — feedback welcome: [email protected]