github agentic-box/memora v0.2.26

11 hours ago

What's New

memory_detect_supersessions — Retroactive supersession detection

New MCP tool that scans existing memories for pairs where one updates/replaces another, then creates supersedes edges between them. Complements memory_absorb which only catches supersessions at write time.

  • Neutral LLM classification with 6-way relation enum (a_supersedes_b, b_supersedes_a, duplicate, related, contradicts, neither)
  • Conservative defaults: dry_run=True, min_confidence=0.75
  • 30s rate limit cooldown
  • No schema changes required

Bug fixes

  • Fix three bugs in memory_absorb that broke LLM classification and fact grouping
  • Consolidate related new facts into single richer memories via LLM synthesis
  • Bump graph cluster thresholds back to 0.4

Other improvements

  • Lineage-aware retrieval: follow parameter for supersession chain walking
  • Context-efficient retrieval: compact defaults, fields projection, hybrid filter fix
  • Add --version flag to memora-server CLI
  • Add install script for server, skill, and MCP config guidance

Don't miss a new memora release

NewReleases is sending notifications on new releases.