Skip to content

cdeust/Cortex

v2.4.0 Breaking

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

Published 2mo MCP Data & Storage
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

agent-memory-system anthropic artificial-intelligence causal-inference claude claude-code
+14 more
claude-code-plugin cognitive-architecture cognitive-science episodic-memory hopfield-network llm-memory long-term-memory mcp-server model-context-protocol neuroscience persistent-memory predictive-coding retrieval-augmented-generation vector-db

Summary

AI summary

Visualization servers now survive session end without crashing.

Full changelog

What's Changed

Bug Fixes

  • UI files bundled in packagememory-dashboard.html, unified-viz.html, and methodology-viz.html were missing from pip/uv installs. Added hatch force-include to bundle ui/ into the wheel, plus get_ui_root() to resolve both package and dev layouts.

  • Visualization servers survive session end — HTTP servers previously ran as daemon threads inside the MCP process and died when Claude's session ended, leaving a dead browser page. Now spawn as detached subprocesses (start_new_session=True) with their own DB connections and 10-minute idle self-termination. No human intervention needed — call the tool, browser opens, server stays alive.

  • Tree-sitter fallback hardenedast_parser now gracefully falls back to regex parsing when tree-sitter-language-pack is not installed, instead of crashing with ModuleNotFoundError.

Testing

  • Removed all test skips — tests adapt to available dependencies (tree-sitter, networkx, PostgreSQL) instead of skipping
  • Fixed test isolation — stats and checkpoint tests no longer assume empty DB, spell benchmark tests fall back to direct store queries when semantic recall is unavailable
  • All CI jobs passing on Python 3.10–3.13

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 cdeust/Cortex

Get notified when new releases ship.

Sign up free

About cdeust/Cortex

Persistent memory for Claude Code grounded in computational neuroscience (41 cited papers)

All releases →

Beta — feedback welcome: [email protected]