@fonlan/dsh-gitmemo
Git-backed long-term memory for DeepSeek Harness: a local .mem git repo with mem_search / mem_read / mem_write / mem_delete tools, auto-managed by the agent with zero manual steps.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:fonlan/dsh-gitmemo说明文档
阅读完整 README ↗Configuration
The bundle patch ships with sensible defaults; override them in the profile's
cordis.patch.yml:
- id: dsh-gitmemo
config:
memDirName: .mem # memory repo directory name at the project root
searchLimit: 20 # max hits per mem_search call
branchAlign: true # .mem branch follows the project branch on write
recentContextLimit: 5 # recent memory titles injected into each new session's system prompt (0 disables)
projectRoot: null # optional explicit project root (defaults to the session cwd)