Skip to content

v0.5.1 — 跨会话项目记忆

Latest

Choose a tag to compare

@justhalfbit justhalfbit released this 31 Aug 18:37
· 21 commits to main since this release

DSH 跨会话记忆插件:对话模型边干边记的 Markdown 项目记忆,机制对齐 Claude Code auto memory。
Agent-maintained cross-session Markdown memory for DeepSeek Harness, aligned with Claude Code's auto memory.

亮点 / Highlights

  • 🧠 两层记忆:主记忆文件自动注入 + 专题文件渐进式披露(memory_read 按需加载全文)
  • ✍️ 模型边干边记,三档积极度可调(conservative / balanced / eager)
  • 🤫 可选后台静默蒸馏(默认关,opt-in,适合无人值守长任务)
  • 📁 按项目隔离:sessions 风格全路径目录命名 + 防碰撞哈希,旧版目录自动迁移
  • ⚙️ 设置面板(浏览器卡片 + settings.yaml 双入口),全部配置热生效
  • 🔧 六个记忆工具:memory_save / memory_search / memory_list / memory_forget / memory_read / memory_write_topic
  • ✅ 23 项单元测试;发布前经三轮独立代码审查(修复 9 个真实 bug)

安装 / Install

dsh plugin --profile web add github:justhalfbit/dsh-plugin-memory

重启 dsh web 生效。Restart dsh web to take effect.

文档 / Docs: 中文 README · English README