dsh-claude-mem
A DeepSeek Harness plugin that integrates claude-mem: query, context injection, manual save, and session lifecycle over a local claude-mem worker's HTTP API
AI 分析
核心用途是为 DSH 引入 claude-mem 的长期记忆管理能力。适合需要跨会话保持个性化记忆、积累知识库的深度用户。
インストール
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Bleed00/dsh-claude-memドキュメント
README 全文を読む ↗Install
From a git checkout on the local machine:
dsh plugin --profile demo add ./dsh-claude-mem
From GitHub:
dsh plugin --profile demo add github:Bleed00/dsh-claude-mem
A GitHub install fetches sources, not build output, so pnpm runs this package's prepare script to build from src/. pnpm ≥10 refuses to run a git dependency's prepare until it is allowlisted; the first add fails with a message pointing at the fix — copy the exact package key pnpm printed into the profile's pnpm-workspace.yaml:
allowBuilds:
dsh-claude-mem: true
then re-run the add. Treat that allowance as permission to run this package's code at install time; pin a commit for reproducible installs:
dsh plugin --profile demo add github:Bleed00/dsh-claude-mem#