mirror of
https://github.com/supermemoryai/claude-supermemory.git
synced 2026-09-14 14:58:03 +08:00
44610b0e1a
Plugin is now 24 files of committed plain source. All API interaction via fetch or the hosted MCP at mcp.supermemory.ai (through a stdio proxy that shares the hooks' credentials.json — one browser login covers both). - hooks/: session-start (profile + welcome-back + auth bootstrap + statusline symlink), recall-directive (search-liberal + ◆ attribution + container tag), recall-approve (MCP tool-name matching, read-only allowlist), capture (transcript delta + entityContext) - hooks/mcp-proxy.js: stdio ⇄ streamable-HTTP bridge with session tracking - statusline.js: self-contained renderer; state in fixed ~/.supermemory-claude/statusline; settings point at a hook-maintained symlink - agents/context-gatherer.md: deep multi-container recall subagent - deleted: esbuild bundles + build step, supermemory SDK, legacy container-tag resolvers (Cursor/Codex/OpenCode), bash-teaching skills, custom integrity headers, statusline installer - requires mcp.supermemory.ai API-key auth (supermemoryai/supermemory#1537) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>