Skip to content

Commit 6981188

Browse files
cdeustclaude
andcommitted
release: v3.10.0 — Cowork compat + TDQS schema enrichment
Highlights since v3.9.0: - feat: automatic SQLite fallback when DATABASE_URL is unset, so Cortex boots cleanly in Claude Cowork / Glama inspector sandboxes - feat: CORTEX_RUNTIME env var declared in MCP env schema - chore(tools): TDQS enrichment of all 40 MCP tool schemas — multi-sentence descriptions, per-parameter docs, defaults, enums, examples, bounds - fix: SqliteMemoryStore now has memory_entities join table + mixin methods - security: closed 2 CodeQL alerts (ReDoS in YAML frontmatter parser, HTTP response splitting in export filename sanitizer) - docs: Glama score badge in README; marketplace runtime updated to ["cli", "cowork"] Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent f2f541e commit 6981188

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
},
77
"metadata": {
88
"description": "Persistent memory and cognitive profiling plugins for Claude Code",
9-
"version": "3.9.0"
9+
"version": "3.10.0"
1010
},
1111
"plugins": [
1212
{
1313
"name": "cortex",
1414
"source": "./",
15-
"description": "Persistent memory and cognitive profiling for Claude Code — thermodynamic memory with heat/decay, intent-aware retrieval, biological plasticity, codebase intelligence, and cognitive profiling. 33 MCP tools. Docker image available with PostgreSQL + pgvector pre-configured.",
16-
"version": "3.9.0",
15+
"description": "Persistent memory and cognitive profiling for Claude Code — thermodynamic memory with heat/decay, intent-aware retrieval, biological plasticity, codebase intelligence, and cognitive profiling. 40 MCP tools with enriched schemas. PostgreSQL + pgvector in CLI mode; automatic SQLite fallback in Cowork/sandboxed mode. Docker image available.",
16+
"version": "3.10.0",
1717
"author": {
1818
"name": "Clement Deust",
1919
"email": "admin@ai-architect.tools"
@@ -23,8 +23,8 @@
2323
"license": "MIT",
2424
"keywords": ["memory", "cognitive-profiling", "mcp", "claude-code", "cortex", "knowledge-graph", "codebase-analysis", "docker"],
2525
"category": "productivity",
26-
"runtime": ["cli"],
27-
"runtime_notes": "Requires PostgreSQL 15+ with pgvector. Not compatible with Claude Cowork sandboxed environment."
26+
"runtime": ["cli", "cowork"],
27+
"runtime_notes": "CLI mode requires PostgreSQL 15+ with pgvector. Cowork/sandboxed mode falls back to SQLite automatically (set CORTEX_RUNTIME=cowork or leave DATABASE_URL unset)."
2828
}
2929
]
3030
}

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "cortex",
33
"description": "Persistent memory for Claude Code — remembers across sessions automatically. Install and forget. Scientific retrieval backed by 41 published papers.",
4-
"version": "3.9.1",
4+
"version": "3.10.0",
55
"author": {
66
"name": "Clement Deust",
77
"email": "admin@ai-architect.tools"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "neuro-cortex-memory"
7-
version = "3.9.1"
7+
version = "3.10.0"
88
description = "Scientifically-grounded memory system based on computational neuroscience research"
99
readme = "README.md"
1010
license = "MIT"

0 commit comments

Comments
 (0)