Skip to content

rohitg00/agentmemory

v0.7.6 Breaking

This release includes breaking changes for platform teams planning a safe upgrade.

✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

agentmemory agents ai claude claudecode codex
+7 more
copilot cursor genai harness hermes memory openclaw

Affected surfaces

auth rbac

Summary

AI summary

Cross‑encoder reranking can be enabled via RERANK_ENABLED=true and a core memory system with pinned facts and automatic paging is added.

Full changelog

New Features

Cross-encoder reranking (#90)

Opt-in rerank step after hybrid search via RERANK_ENABLED=true. Uses @xenova/transformers MiniLM-L-6-v2 cross-encoder on top-20 candidates. Graceful fallback when model unavailable.

Working memory / context window (#58)

Core memory system with pinned facts (always included in context) + automatic paging of archival memories. 5 new functions: mem::core-add, mem::core-remove, mem::core-list, mem::working-context, mem::auto-page.

Skill extraction (#57)

Auto-generate reusable procedural skill documents from completed sessions via LLM. Idempotent reinforcement. mem::skill-match queries relevant skills. 3 new functions.

Bug Fixes

  • Plugin install validation (#94): Fixed plugin.jsonauthor must be object not string, removed hooks field (auto-loaded by convention), skills as explicit path array

Improvements

  • Rerank window decoupled from limit (fixed 20-item cross-encoder window)
  • Parallel KV fetches in skill extraction
  • continue instead of break for oversized core entries
  • Access-counter writes buffered with Promise.allSettled
  • RERANK_ENABLED parsed with === "true"
  • All state-changing operations audited
  • Session status guard for skill extraction
  • Skill fingerprint covers title + trigger + steps

Closes #90, #58, #57, #94

Full Changelog: https://github.com/rohitg00/agentmemory/compare/v0.7.5...v0.7.6

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

Track rohitg00/agentmemory

Get notified when new releases ship.

Sign up free

About rohitg00/agentmemory

All releases →

Related context

Beta — feedback welcome: [email protected]