Skip to content

v1.14.1

Latest

Choose a tag to compare

@sakebomb sakebomb released this 05 Sep 04:59
· 2 commits to main since this release
e5fbc97

Patch release shipping the gc un-rootable-path reclamation fix (#214), which has been on main since v1.14.0 but not yet on npm.

Fixed

  • mcp-recall gc can now reclaim databases whose recorded project path is un-rootable (relative or empty) — previously classified unverifiable, they occupied disk with no route to reclamation. Such a database is now kept while fresh (unrooted-fresh) and becomes a deletion candidate only once untouched past --stale-days (unrooted-stale), the same conservative staleness rule already used for pathless legacy databases. An un-rootable path is still never deleted on a deleted-project inference, and an absolute path whose whole volume is unmounted stays unverifiable and is never deleted at any age (#214).

Full changelog: https://github.com/sakebomb/mcp-recall/blob/main/CHANGELOG.md