Skip to content

AliceLJY/recallnest

v2.2.1 Feature

This release adds 4 notable features for engineering teams evaluating rollout.

✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

ai-agent ai-memory claude-code codex gemini hybrid-retrieval
+11 more
knowledge-graph knowledge-retrieval lancedb local-first long-term-memory mcp memory llm session-continuity transcript-search vector-db

Summary

AI summary

CLI 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 --open uses 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 .npmignore to exclude data/, screenshots, tests, dev docs.
  • Cross-runtime compat layer: New src/compat.ts with metaDir() replacing all Bun-specific import.meta.dir calls.

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

Track AliceLJY/recallnest

Get notified when new releases ship.

Sign up free

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.

All releases →

Related context

Beta — feedback welcome: [email protected]