Skip to content

Latest commit

 

History

History
46 lines (36 loc) · 2 KB

File metadata and controls

46 lines (36 loc) · 2 KB

Changelog

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

Added

  • OpenClaw full integration: internal hook (agent:bootstrap) + plugin (before_prompt_build)
  • mnemon setup --target openclaw now 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

Changed

  • 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.

Added

  • 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_STORE environment variable and --store CLI flag for store selection
  • Automatic migration of legacy ~/.mnemon/mnemon.db to ~/.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 setup interactive installer with --eject support
  • Release pipeline: GoReleaser, GitHub Actions, Homebrew tap
  • Comprehensive documentation with Chinese translations