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

@a9i5k4/dsh-auto-memory

DSH 自动记忆插件:提供用户级、项目笔记、每日日志三层记忆的自动注入与检索,支持每日反思、可视化面板及设置页。

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