Skip to content

v0.6.3 — project-grouped suggestions, compaction-boundary flush, resume

Choose a tag to compare

@cremenescu cremenescu released this 16 Jun 11:05

Quality-of-life across the board: clearer suggestions, no lost work at compaction, and a one-shot "where was I?".

New

  • Link suggestions grouped by project — the Links page now organizes suggested links into per-project bands (two subtle alternating tints, not a rainbow), so you can scan one project's overlaps at a time. A band disappears the moment its last suggestion is linked or dismissed.
  • mem.py resume — a "where was I?" briefing for a scope: latest status + ready/blocked todos + recent knowledge. With no --scope, a one-line-per-project overview. Mirrors what SessionStart injects, from the terminal.

Improved

  • Flush at the compaction boundary — the auto-commit + auto-embed that ran at session end now ALSO run on PreCompact. A long session that compacts mid-way no longer loses the memories written so far, and search/suggestions stay fresh — without relying on advance notice before compaction.

Fixed

  • The .gitignore that the capture hook writes for a fresh standalone data dir now ignores store/.embed.db* (and globs .index.db*), so plugin installs no longer commit the regenerable binary vector db on every checkpoint.

Install / upgrade: claude plugin marketplace add cremenescu/mem0ry4ai then claude plugin install mem0ry4ai@mem0ry4ai. Full docs in the README.