1304836815/dsh-auto-memory ↗★ 0
@dsh-external/dsh-auto-memory
AutoMemory for DSH:会话级记忆(收尾提醒 + 软上限检查 + 记忆索引维护),配置面板在 设置→插件。
AI 분석
适合希望对会话记忆质量进行提醒与治理的团队。需在设置面板启用并配置索引参数。
설치
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:1304836815/dsh-auto-memory配置
| 分组 | 字段 | 默认 | 说明 |
|---|---|---|---|
| 会话记忆整理 | 启用会话提醒 | 开 | 注入记忆索引并做收尾提醒 |
| 记忆索引文件 | MEMORY.md | 项目根索引文件名 | |
| 状态目录 | .dsh | 收尾标记存放目录 | |
| 索引行数上限 | 150 | 超过后提醒整理 | |
| 索引大小上限 | 20 KB | 超过后提醒整理 |
验证配置加载与启动(Windows)
dsh --dump-config --profile web dsh web
配置读写走插件自带路由
POST /auto-memory/api/settings.get POST /auto-memory/api/settings.update # body: { patch, expectedRevision }
## 常见问题
**面板不显示?** 浏览器硬刷新(Ctrl+Shift+R);确认安装后已重启 DSH。
## 许可
[MIT](https://github.com/1304836815/dsh-auto-memory/blob/f43d772a3a898eccad79a94f3ef460fddcee6980/LICENSE)