v0.4.0
Install
# Run without installing
npx memkin@v0.4.0
# Or install globally
npm install -g memkin@v0.4.0Requires Node.js >= 18. See the README for setup and MCP integration.
What's Changed
- fix(extract): unblock existing stores and user-auth feishu by @AndreLYL in #45
- fix(prompts): preserve source language in extracted signals by @AndreLYL in #47
- feat(core): wire person identity canonicalization into main pipeline by @AndreLYL in #48
- feat(core): person identity Layer 1 — typed handle aliasing, merge, rename by @AndreLYL in #49
- fix(store): guard provenance JSON.parse in graph enriched queries by @AndreLYL in #51
- fix(serve): mount data routes at /api and serve web/dist by @AndreLYL in #50
- fix(setup): three Setup Wizard UX bugs by @AndreLYL in #52
- fix(backfill): surface mail/source errors instead of silently reporting 0 by @AndreLYL in #53
- feat: human-readable Feishu channel names in Timeline + Fetch UI by @AndreLYL in #54
- feat(feishu-docs): Feishu doc summary cards (DocSource v2) by @AndreLYL in #55
- docs(readme): refresh facts, add feature inventory, fix roadmap by @AndreLYL in #56
- Refactor architecture docs & messaging for Chinese workplace focus by @AndreLYL in #57
- Merge PR #31 (feat/mcp--optimization) into main by @hideonbush21 in #58
- feat(desktop): native Tauri desktop app — phase 0/1/2a/2b/2c by @AndreLYL in #60
- feat: 自主运行底座(配置热重载)+ 统一 Config 页 by @AndreLYL in #61
- Spec 7: 合成底座 Synthesis Engine (synthesize/recall + 意图框架 + 引用 + gap + best-chunk 池化) by @AndreLYL in #62
- Spec 8: 人物沟通画像 Hero (三层人格 + 行为四象限/四色 + prep_for_person + 伦理 gating) by @AndreLYL in #63
- Spec 9: 日报 + 文档提取 + entities/me (daily_report + action_items→task + isMe) by @AndreLYL in #64
- Spec 10: 检索质量 (best-chunk 池化默认开 + 零-LLM wikilink 边 + 规则式 query 改写) by @AndreLYL in #65
- Spec 11: Playbook (分支 runbook + 分层树 getSubtree/getOrderedSequence + troubleshoot) by @AndreLYL in #66
- docs: 在 README 展示三大 Hero 场景 + 补 daily_report/troubleshoot by @AndreLYL in #67
- fix(search): Chinese full-text search via pg_trgm by @AndreLYL in #68
- feat: Agent Auto-Use (A/B/C) — one-command install, Claude Code hooks, agent self-install by @AndreLYL in #69
- chore: optimize npm page metadata for discoverability by @AndreLYL in #70
- chore: regenerate embedded assets for v0.3.2 by @AndreLYL in #71
- feat(store): Postgres engine backend behind SqlExecutor abstraction (SP1) by @AndreLYL in #72
- feat(sp4): always-on headless daemon — one-command multi-agent memory by @AndreLYL in #73
- feat(sp2): self-managed local Postgres engine (mac) — zero-config managed PG + pgvector by @AndreLYL in #74
- feat(web): warm-light terracotta UI redesign (web + desktop) by @AndreLYL in #76
- fix: Track A pre-launch data-integrity + security fixes by @AndreLYL in #77
- fix(store): auto-resync SERIAL id sequences desynced by id-preserving imports by @AndreLYL in #78
- feat!: rebrand memoark → memkin by @AndreLYL in #79
Full Changelog: v0.3.1...v0.4.0