Install
# Run without installing
npx memkin@v0.4.7
# Or install globally
npm install -g memkin@v0.4.7Requires Node.js >= 18. See the README for setup and MCP integration.
What's Changed
- fix(daemon): serve auto-captures enabled channels after fresh install by @AndreLYL in #129
- fix(state,lifecycle): un-nest ~/.memkin/.memkin state dir; end permanent "serving subset changed" warning by @AndreLYL in #131
- Harden installer PATH handling and command resolution for macOS/Linux by @xiaoyaooo with @Copilot in #132
- Fix config navigation layout and guard invalid embedding dimensions by @xiaoyaooo with @Copilot in #133
- fix(install): default new installs to managed Postgres on the web-wizard path too by @AndreLYL in #130
- feat(backfill): historical backfill CLI — validate the new extraction pipeline at scale by @AndreLYL in #134
- chore(release): v0.4.7 by @AndreLYL in #135
New Contributors
- @xiaoyaooo with @Copilot made their first contribution in #132
Full Changelog: v0.4.6...v0.4.7