All notable changes to Mnemon will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.1.1 - 2026-02-22
- OpenClaw full integration: internal hook (
agent:bootstrap) + plugin (before_prompt_build) mnemon setup --target openclawnow auto-deploys skill, hook, plugin, and config- Optional hook selection for OpenClaw (remind, nudge, compact) matching Claude Code parity
- Plugin version patching from binary ldflags
- LLM-supervised tagline in README
- README restructured: technical differentiator (comparison table) moved above value proposition
- OpenClaw setup no longer requires manual plugin configuration
0.1.0 - 2026-02-21
Initial public release.
- Core CRUD:
remember,recall,forget,search,status,log - Four-graph architecture: temporal, entity, causal, semantic edges
- Intent-aware smart recall with beam search graph traversal
- Built-in deduplication and conflict resolution
- Retention lifecycle: importance decay, access-count boosting, garbage collection
- Named memory stores for data isolation (
mnemon store list|create|set|remove) MNEMON_STOREenvironment variable and--storeCLI flag for store selection- Automatic migration of legacy
~/.mnemon/mnemon.dbto~/.mnemon/data/default/ - Optional embedding support via Ollama (
nomic-embed-text) - Knowledge graph visualization (
mnemon viz) - Claude Code integration via hooks (prime, remind, nudge, compact)
- OpenClaw integration via skill deployment
mnemon setupinteractive installer with--ejectsupport- Release pipeline: GoReleaser, GitHub Actions, Homebrew tap
- Comprehensive documentation with Chinese translations