Changelog
All notable changes to the Epistemic Memory Engine.
v0.8.2 2026-01-15
Bug Fixes
- Fixed identity unification —
ownerAliasesnow properly maps across all channels - Fixed
configSchemaexport — now correctly validates all configuration options - Fixed channel isolation — group chat memories no longer leak into DM context
v0.8.1 2026-01-14
Bug Fixes
- Fixed 3 GAP analysis issues identified in testing
- Improved confidence history tracking accuracy
- Fixed decay timer reset on recall operations
v0.8.0 2026-01-13
New Features
- 5 new tools:
epistemic_promote,epistemic_demote,epistemic_resolve,epistemic_diff,epistemic_list - Proactive health alerts: EXPIRING_SOON, UNRESOLVED_CONFLICTS, HIGH_ENTROPY, STALE_QUARANTINE
- Cross-channel identity:
ownerAliasesconfiguration for identity unification - Channel isolation: Prevent cross-channel memory leakage
- Confidence history: Full audit trail of every confidence change
- Memory linking: Causal, temporal, and contradictory edge tracking
- Entropy monitoring: Real-time contradiction density measurement
- Decay class customization:
decayClassesconfig for custom half-lives - Batch operations: List and filter memories with pagination
- Verbose health mode: Detailed breakdown by decay class and kind
- Episode metadata: Topics, message count, duration tracking
- Sort options: Sort by confidence, storedAt, or lastAccessed
v0.3.0 – v0.7.x
Earlier versions established the core pipeline (L0–L5), basic store/recall/forget/replay/explain/health tools, LanceDB integration, and the temporal decay engine. See the GitHub releases for full history.