This release adds 3 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+1 more
Summary
AI summaryPre-compact context checkpoints save full transcripts before compaction, enabling recovery.
Full changelog
What's New
Pre-compact context checkpoints
Saves the full conversation transcript to the database before context compaction occurs, enabling seamless recovery of lost detail. Uses a three-layer approach:
- PreCompact hook (
pre_compact_save.py) — captures all messages without truncation or sampling - Compact instructions in CLAUDE.md — guides the summarizer on what to preserve
context_load_checkpointMCP tool — on-demand retrieval by session ID or project path
Also included
- Schema v4:
context_checkpointstable with session/project indexes - Checkpoint pruning in
db_prune.py(per-session and age-based) - 50 comprehensive dashboard API tests covering all 17 REST endpoints
- 37 new tests for the pre-compact checkpoint system
- 351 total tests passing
Full Changelog: https://github.com/ErebusEnigma/context-memory/blob/main/CHANGELOG.md#130---2026-02-17
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 ErebusEnigma/context-memory
Persistent, searchable context storage across Claude Code sessions using SQLite FTS5. Save sessions with AI-generated summaries, two-tier full-text search, checkpoint recovery, and a web dashboard.
Related context
Related tools
Beta — feedback welcome: [email protected]