mirror of
https://github.com/thedotmack/claude-mem
synced 2026-04-25 17:15:04 +02:00
Restores 25 fixes from v12.3.3 (Issue Blowout 2026) while surgically removing the bearer-token auth mechanism that broke SessionStart context injection. Kept hardening: 5MB body limit, 300 req/min rate limiter, path traversal protection, RestartGuard, WAL checkpoint + journal size limit, FTS5 keyword fallback, idle session eviction, summarize try/catch, session-init health wait, pending-messages cleanup. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
44 lines
1.4 KiB
JSON
44 lines
1.4 KiB
JSON
{
|
|
"name": "claude-mem",
|
|
"version": "12.3.5",
|
|
"description": "Memory compression system for Claude Code - persist context across sessions",
|
|
"author": {
|
|
"name": "Alex Newman",
|
|
"url": "https://github.com/thedotmack"
|
|
},
|
|
"homepage": "https://github.com/thedotmack/claude-mem#readme",
|
|
"repository": "https://github.com/thedotmack/claude-mem",
|
|
"license": "AGPL-3.0",
|
|
"keywords": [
|
|
"claude",
|
|
"claude-code",
|
|
"claude-agent-sdk",
|
|
"mcp",
|
|
"plugin",
|
|
"memory",
|
|
"compression",
|
|
"knowledge-graph",
|
|
"transcript",
|
|
"typescript",
|
|
"nodejs"
|
|
],
|
|
"interface": {
|
|
"displayName": "claude-mem",
|
|
"shortDescription": "Persistent memory and context compression across coding sessions.",
|
|
"longDescription": "claude-mem captures coding-session activity, compresses it into reusable observations, and injects relevant context back into future Claude Code and Codex-compatible sessions.",
|
|
"developerName": "Alex Newman",
|
|
"category": "Productivity",
|
|
"capabilities": [
|
|
"Interactive",
|
|
"Write"
|
|
],
|
|
"websiteURL": "https://github.com/thedotmack/claude-mem",
|
|
"defaultPrompt": [
|
|
"Find what I already learned about this codebase before I start a new task.",
|
|
"Show recent observations related to the files I am editing right now.",
|
|
"Summarize the last session and inject the most relevant context into this one."
|
|
],
|
|
"brandColor": "#1F6FEB"
|
|
}
|
|
}
|