Releases: cdeust/Cortex
Releases · cdeust/Cortex
v3.7.3 — Windows seed_project hang fix
- release: v3.7.3 — fix Windows seed_project hang (#8)
Full Changelog: v3.7.2...v3.7.3
v3.7.2 — Verbose Postgres connection errors
- release: v3.7.2 — surface real Postgres connection errors (#9)
- chore: actually add traces/ to .gitignore
- chore: ignore traces/ runtime telemetry directory
Full Changelog: v3.7.1...v3.7.2
v3.7.1
- fix(recall): expose source column in recall_memories() PL/pgSQL
Full Changelog: v3.7.0...v3.7.1
v3.7.0
- feat(wiki): rewrite as first-class authored layer, not PG projection
- style(wiki): apply ruff format and fix import ordering
Full Changelog: v3.6.0...v3.7.0
v3.6.0
- feat(wiki): add read-only Markdown projection of memory state
- fix(setup): install benchmark and codebase deps in setup scripts
- style: format abstention_gate.py
- fix: restore validated 0.546 BEAM pipeline + benchmark setup docs
- fix: pin uvx to Python 3.13 for MCP server
- docs: link companion projects in README header
- docs: document full BEAM ablation log in README
Full Changelog: v3.5.0...v3.6.0
v3.5.0 — Emotional memory + typed retrieval + BEAM improvements
- feat: instruction/preference typed retrieval + intent detection
- feat: MMR diversity module + ablation results (disabled for now)
- docs: correct benchmark scores, acknowledge database pollution error
- feat: event ordering + summarization intent detection and chrono reranking
- feat: emotional memory processing — retrieval, decay, reconsolidation
- style: format pg_store modules
- fix: stale prepared statement recovery + connection resilience
- docs: update README with new visualization screenshots and install options
Full Changelog: v3.4.3...v3.5.0
v3.4.3 — Cross-platform via uvx
- fix: cross-platform MCP via uvx, hooks via python detection
- fix: break CodeQL taint chain — separate subcommand and args parameters
- fix: remove unused os import in git_diff.py
- fix: sever CodeQL taint chain in subprocess.run — use _GIT_BINARY + fresh list
- fix: CORS headers for discussion detail fetch
- fix: format session_start.py
- fix: whitelist-based path security + deprecated utcnow
Full Changelog: v3.4.2...v3.4.3
v3.4.2 — Cross-platform support
- fix: bump pyproject.toml version to 3.4.2 for PyPI release
- fix: remove unused os import in http_server.py
- fix: remove duplicate shell=False kwarg in git_diff.py
- style: format launcher.py and setup.py
- feat: cross-platform setup.py for Windows support
- fix: harden path sanitization for CodeQL — pre-validate before resolve()
Full Changelog: v3.4.1...v3.4.2
v3.4.1
- feat: pipeline tree with canvas bezier lines, scroll sync, surpriseScore
- fix: plugin.json hooks format + marketplace v3.4.1
- wip: pipeline tree improvements + surpriseScore + security fixes
- fix: resolve all remaining CodeQL path traversal and command injection alerts
- feat: pipeline tree view, board flow header, UI improvements (P2)
- feat: coordinated selection + minimizable detail panel
- feat: coordinated selection (brushing/linking) between graph and board views
Full Changelog: v3.4.0...v3.4.1
v3.4.0
- fix: format 5 files to pass ruff formatting check
- fix: resolve all CodeQL security alerts + update auto-backfill tests
- fix: resolve ReDoS vulnerability in CamelCase regex (CodeQL py/redos)
- feat: consolidation pipeline, board view, replay tracking, auto-backfill (v3.4.0)
- fix: make .mcp.json work in both plugin and project context
- docs: fix cowork install command to cortex-cowork
- docs: add Cortex-cowork link for Cowork users
- fix: bump marketplace.json version to 3.3.0, update description
- docs: add marketplace installation as recommended setup path
- fix: format embedding_engine.py
- merge: security hardening + setup-project rebuild_profiles fix
- revert: restore original http_launcher.py — PYTHONPATH inherited from env
- fix: setup-project skill adds rebuild_profiles as Phase 2
- fix: viz server inherits CLAUDE_PLUGIN_DATA deps in PYTHONPATH
- security: harden code without touching install flow
- revert: security audit merge — broke marketplace plugin flow
- merge: security audit fixes — verified from bare metal
- fix: setup.sh registers MCP server in ~/.claude.json
- security: fix all findings from audit
- docs: add Getting Started section with installation guide
- docs: add Neural Graph section, update hooks/module counts
- docs: update agent team from 11 to 18 specialists
- fix: Docker — install hooks as cortex user, add CORTEX_RUNTIME env
- feat: discussions in neural graph, conversation viewer, fix all tests
- fix: hooks use exit 0 for skip cases, not exit 1
- fix: format install_hooks.py, remove dead code
- feat: runtime-aware storage, user-level hooks, autonomous setup
- fix: install psycopg before MCP server starts, use correct PYTHONPATH
- revert: remove broken memory neural graph integration (5 commits)
- fix: unified graph uses in-process server + materialized links + batch loading
- fix: single-command setup — DATABASE_URL default, backfill, env propagation
- fix: standalone viz server uses PostgreSQL + navigation API routes
- feat: complete Obsidian-like navigation — timeline, entity detail, live editing
- feat: Obsidian-like knowledge navigation — local graph, backlinks, breadcrumbs
- feat: neural evolution wave 2 — faithful DA RPE, schema acceleration, single-command setup
- chore: clean tasks — 6 development axes, remove 9 obsolete files
- fix: test report issues — checkpoint created_at, narrative cleanup, output caps
- fix: brighten text-dim for readability on dark backgrounds
- feat: dashboard UI updates for v3.2.0 — agent colors, protection rings, team badges
- feat: seamless auto-recall hook + full plugin hook registration
- fix: replace Mermaid with SVG diagrams for consistent rendering
- fix: replace ASCII diagrams with Mermaid for GitHub rendering
Full Changelog: v3.2.0...v3.4.0