Bleed00/dsh-claude-mem1

dsh-claude-mem

集成 claude-mem 的 DSH 插件,通过本地 claude-mem 服务的 HTTP API 提供查询、上下文注入、手动保存及会话生命周期管理。

AI 分析

核心用途是为 DSH 引入 claude-mem 的长期记忆管理能力。适合需要跨会话保持个性化记忆、积累知识库的深度用户。

套件
dsh-claude-mem
版本
0.1.0
授權
NOASSERTION
最近更新
2026年8月13日

安裝

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Bleed00/dsh-claude-mem

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#