yihefeikong-rgb/dsh-cc-haha-memory0

dsh-memory

受 CC-HAHA 启发、面向 DeepSeek Harness 的项目隔离持久记忆插件

AI 분석

核心用途是实现项目级别的隔离持久化记忆,支持回合后自动评审与记忆检索。适合需要 Agent 跨会话记住项目特定背景(如技术栈)的用户。必要条件是已安装并能正常启动 DSH。

패키지
dsh-memory
버전
0.1.0
라이선스
MIT
최근 업데이트
2026. 8. 15.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:yihefeikong-rgb/dsh-cc-haha-memory

配置

默认配置位于 cordis.patch.yml

- insert:
    - id: dsh-memory
      name: dsh-memory
      config:
        reviewEnabled: true
        reviewInterval: 5

主要选项:

选项默认值说明
reviewEnabledtrue是否启用回合后自动评审
reviewInterval5每多少回合评审一次
reviewTimeoutMs120000后台评审总超时
recallMaxBytes25000注入索引最大字节数
recallRelevantMaxBytes16000相关正文最大字节数