This release includes 1 breaking change for platform teams planning a safe upgrade.
✓ No known CVEs patched in this version
Topics
+14 more
Summary
AI summaryobserver_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_rollupnow sumsobservations_createdand theobs_type_*family (bugfix / discovery / decision / refactor / other) across every compression turn in a session. Paired withtotal_cost_usd, this makes cost-per-observation and observation-type-by-model derivable from the rollup alone.context_injected_rollupcarriestotal_observations_injectedandtotal_tokens_saved_vs_naive— context-cache value (observations served × cost/obs) is now derivable from the rollup.scrub.tswhitelist extended for the new aggregate keys; all values are counts/sums only — never names, prompt text, or raw strings.- Public
telemetry.mdxdocs updated to document the new rollup fields.
Merge notes
- Merged latest
main(Ponytail audit, v13.7.1), which removed fabrication tracking; the now-stalefabrication_count/fabricated_countreferences 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
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]