This release includes breaking changes for platform teams planning a safe upgrade.
✓ No known CVEs patched in this version
Topics
+4 more
Summary
AI summaryFixed bootstrap hardening against unexpanded ${CLAUDE_PLUGIN_ROOT} causing silent MCP disconnection.
Full changelog
Fixed
- bootstrap: harden
PLUGIN_ROOTfallback against unexpanded${CLAUDE_PLUGIN_ROOT}. In some Claude Code spawn paths the env var was passed through literally instead of substituted, causingbootstrap.shto source a venv at the literal path${CLAUDE_PLUGIN_ROOT}/.venvand exit before the MCP server started — surfacing as a silent "MCP unconnected" for the user. Bootstrap now validates the candidate is non-empty, not the literal unexpanded string, and points to an existing directory; otherwise it falls back to$SCRIPT_DIR.
Docs
- README: removed the "Skip memem if" section.
- README: expanded "What does memem save?" from 5 to 10 categories with concrete examples (env/tooling, project invariants, failure patterns, third-party quirks, domain knowledge).
Upgrading
/plugin update memem
No migration needed. Legacy CORTEX_* env vars continue to work as fallbacks.
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]