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/08/18

インストール

$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)