This release adds 2 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+4 more
Summary
AI summaryThe plugin now uses a pull‑model onboarding: auto‑mines past sessions, silences the welcome wall, and surfaces everything via /memem.
Full changelog
Quiet onboarding
Overhauls the new-user experience around a pull model: install → memem works silently in the background → user types /memem when they want the welcome + status. No more wall-of-text injection into the first user prompt.
Changed
- Auto-mine past sessions on first install.
bootstrap.shnow checks~/.claude/projects/on first run and, if you have ≥5 prior Claude Code sessions, spawnsmemem.server --mine-allin the background. One-shot, idempotent via~/.memem/.auto-minedmarker. Converts new users from cold-start (0 memories) to warm-start on day one. Opt-out:MEMEM_NO_AUTO_MINE=1. - No more welcome wall on first prompt. The auto-recall hook used to inject a ~40-line welcome (ASCII art + tool tutorials + Obsidian pitch + mine-history prompt) into the first
UserPromptSubmitof a zero-memory session. That hijacked the user's actual first question. The hook now stays silent on zero memories — users learn about memem via/memem. /mememis now the welcome surface. Enriched the skill to show: bootstrap error (if any), ASCII banner, live status, auto-mine progress indicator, how-it-works, commands, MCP tools, and optional-Obsidian note. Pull model: user asks, gets everything in one place.- Python auto-install. If system
python3is missing or older than 3.11, bootstrap now runsuv python install 3.11and uses that for the plugin venv. No more hard bounces on Python 3.10. - Bootstrap errors surface to chat. On any non-zero exit, the bootstrap shim writes
~/.memem/last-error.md./mememreads this file and shows it prominently at the top when present. Clears on successful bootstrap.
Migration
No action required. Existing installs get the quiet-onboarding flow automatically on next session. Existing users with prior sessions will see a one-time background mine on their first v0.8.0 session unless MEMEM_NO_AUTO_MINE=1 is set.
Upgrading
/plugin update memem
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 TT-Wang/cortex-plugin
Persistent, self-evolving memory plugin for Claude Code. Background miner extracts durable lessons (decisions, conventions, bug fixes)
Related context
Beta — feedback welcome: [email protected]