hezi2020/dsh-plugin-wiki--plugins-Aik358-dsh-auto-memory0

@a9i5k4/dsh-auto-memory

DSH 自动记忆插件:三层记忆(用户级/项目笔记/每日日志)自动注入与检索、每日反思、可视化面板与设置页,支持继承其他 AI 工具的记忆。

AI 분석

核心用途是实现智能体的长期记忆自动管理,适合需要跨会话、跨项目保持上下文记忆的用户。支持可视化面板,可继承其他 AI 工具的记忆。

패키지
@a9i5k4/dsh-auto-memory
버전
0.1.7
라이선스
MIT
최근 업데이트
2026. 8. 14.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:hezi2020/dsh-plugin-wiki#0f911a1b7aef331b19607a60c884be50e910c0ab&path:plugins/Aik358-dsh-auto-memory

Configuration

Defaults (JSON file ~/.dsh/dsh-auto-memory.json):

{
  "userMemoryDir": "~/.dsh/memory",
  "projectMemoryDir": ".dsh-memory",
  "injectEnabled": true,
  "injectBudgetChars": 2400,
  "recentDaysInjected": 3,
  "reflectEnabled": true,
  "reflectStyle": "auto",
  "locale": "zh"
}

Adjustable in the GUI (Settings → Auto Memory), including the UI language (zh / en).