Changelog
What’s new in OMEM
Product updates, shipped. The underlying OMEM standard stays frozen and is versioned separately.
- v1.0GA
OMEM is generally available
- The full memory model, hosted and multi-tenant, with as-of time travel on every query.
- Dashboard: memory explorer, provenance viewer, timeline, conflict viewer, memory graph, live inspector.
- Python and TypeScript SDKs, CTS-gated with the embedded engine.
- Playground with real API calls and multi-language code generation.
- v0.9Beta
Contradiction detection and the “why” view
- Conflicting claims now resolve to a first-class CONTRADICTED state instead of overwriting.
- The belief-inspection view ties state, provenance, contradictions, and revisions together.
- Reason codes surface verbatim in API errors, each with a documentation link.
- v0.8Preview
Time-travel debugging
- A replay control re-renders every view as memory stood at time T.
- Deterministic replay backed by the append-only log.
- Revision chains with canonical ordering.