v0.4.1
Install
# Run without installing
npx memkin@v0.4.1
# Or install globally
npm install -g memkin@v0.4.1Requires Node.js >= 18. See the README for setup and MCP integration.
What's Changed
- fix(extractor): route evaluate-band blocks through L2 LLM significance gate by @AndreLYL in #80
- feat: agent session ledger (extraction-quality-redesign PR-0) by @AndreLYL in #81
- feat: eval harness for extraction quality (extraction-quality-redesign PR-1) by @AndreLYL in #82
- docs: launch-revamp for README.md (中文首屏) + README.en.md rewrite by @AndreLYL in #83
- fix(store): rowToPage returns ISO string timestamps per Page contract by @AndreLYL in #84
- fix(feishu): paginate calendar events by @AndreLYL in #85
- fix(collectors): malformed JSONL lines no longer abort agent collection run by @AndreLYL in #86
- fix: timeline feed cursor direction + per-source scheduler timeout by @AndreLYL in #87
- feat(demo): synthetic demo dataset + seed script by @AndreLYL in #88
- fix(lifecycle): migrate & self-heal daemon.json config_path after rename by @AndreLYL in #89
- fix(store): lazy EmbeddingService init; read-only commands no longer blocked by fingerprint mismatch by @AndreLYL in #90
- feat: entity normalization + provenance backfill (extraction-quality-redesign PR-3) by @AndreLYL in #91
- docs: add demo GIF + vhs tape by @AndreLYL in #92
- chore(release): v0.4.1 by @AndreLYL in #93
Full Changelog: v0.4.0...v0.4.1