elmaxid/dsh-manage--plugins-dsh-engram-recap1

dsh-engram-recap

Forces periodic Engram memory recall and save reminders for DeepSeek Harness agents: injects a dynamic system-prompt context that reminds the model to load prior session memory at the start of a session, and to save new decisions/bugfixes/learnings every N turns - so knowledge survives across sessions without depending on the model remembering to do it unprompted.

AI Analysis

核心用途是通过动态提示词让 AI 在会话开始时加载历史记忆,并在运行中定期保存新知识。适合需要跨会话保持上下文、积累调试经验的长线开发任务。

Package
dsh-engram-recap
Version
0.1.0
License
MIT
Last updated
Aug 28, 2026

Install

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:elmaxid/dsh-manage#994c0ee484a6bffad09ba130ffc6576b1e2e9e98&path:plugins/dsh-engram-recap

Configuration

- id: engram-recap
  name: 'dsh-engram-recap'
  config:
    remindEvery: 6   # optional, positive integer, default 6