This release adds 4 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+11 more
Summary
AI summaryCLI now works without Bun installed, using Node.js 18+ fallback and platform‑native open commands.
Full changelog
Fixes
- Node.js compatibility: CLI now works without Bun installed. Auto-detects runtime — tries Bun first, falls back to Node.js 18+ via tsx.
- Cross-platform open:
graph --openuses platform-native command (xdg-open on Linux, open on macOS). - Doctor: No longer flags Node.js as an error, shows it as a supported runtime.
Improvements
- npm package 95% smaller: 7MB → 363KB. Added
.npmignoreto exclude data/, screenshots, tests, dev docs. - Cross-runtime compat layer: New
src/compat.tswithmetaDir()replacing all Bun-specificimport.meta.dircalls.
Install
npx recallnest@latest --help
Or via Claude Code plugin:
/plugin install recallnest@AliceLJY
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About AliceLJY/recallnest
Persistent memory MCP server for AI coding agents (Claude Code, Codex, Gemini CLI). Hybrid retrieval (vector + BM25), cross-encoder reranking, knowledge graph with PPR traversal, session checkpoint/resume, and multi-scope isolation. Local-first with LanceDB + SQLite, zero external dependencies.
Related context
Related tools
Beta — feedback welcome: [email protected]