fonlan/dsh-gitmemo0

@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.

AI 분석

核心用途是利用本地 Git 仓库为 Agent 提供无感知的长期记忆管理。适合需要跨会话保存项目上下文、支持版本回溯且无需手动干预记忆维护的用户。

패키지
@fonlan/dsh-gitmemo
버전
0.1.5
라이선스
MIT
최근 업데이트
2026. 8. 18.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:fonlan/dsh-gitmemo

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)