Skip to content

TT-Wang/cortex-plugin

v0.7.1 Breaking

This release includes breaking changes for platform teams planning a safe upgrade.

Published 1mo MCP Developer Tools
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

anthropic claude-code claude-code-plugin local-first mcp mcp-server
+4 more
memory obsidian persistent-memory python

Summary

AI summary

Fixed bootstrap hardening against unexpanded ${CLAUDE_PLUGIN_ROOT} causing silent MCP disconnection.

Full changelog

Fixed

  • bootstrap: harden PLUGIN_ROOT fallback against unexpanded ${CLAUDE_PLUGIN_ROOT}. In some Claude Code spawn paths the env var was passed through literally instead of substituted, causing bootstrap.sh to source a venv at the literal path ${CLAUDE_PLUGIN_ROOT}/.venv and 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

Track TT-Wang/cortex-plugin

Get notified when new releases ship.

Sign up free

About TT-Wang/cortex-plugin

Persistent, self-evolving memory plugin for Claude Code. Background miner extracts durable lessons (decisions, conventions, bug fixes)

All releases →

Beta — feedback welcome: [email protected]