Skip to content

Releases: vpromise/dsh-memory

dsh-memory v0.1.1

Choose a tag to compare

@vpromise vpromise released this 13 Aug 16:13

文档补丁:英文主版 README + 中文双语版。

Docs patch: English primary README with a Chinese bilingual twin.

  • README.md 重写为英文主版(Why 小节、安装、配置、存储、开发、claude-mem 对照)

  • 新增 README.zh.md 中文版与 README.i18n.yaml 双语一致性记录(沿用 DSH monorepo 惯例)

  • 修正「自包含」措辞、补充 DSH_CHECKOUT / DSH_CREDENTIALS 开发说明

  • README.md rewritten as the English primary doc (Why, install, config, storage, dev, claude-mem comparison)

  • New README.zh.md Chinese twin and README.i18n.yaml bilingual-pair record (DSH monorepo convention)

  • Corrected the self-contained wording and added DSH_CHECKOUT / DSH_CREDENTIALS dev notes

代码无变化 / No code changes.

dsh-memory v0.1.0

Choose a tag to compare

@vpromise vpromise released this 13 Aug 16:04

首个公开版本:DeepSeek Harness 跨会话持久记忆插件(灵感来自 claude-mem)。

First public release: a cross-session persistent memory plugin for DeepSeek Harness (inspired by claude-mem).

  • 捕获:session/event 原生事件流(用户提示、模型摘要、工具调用配对)

  • 压缩:每 turn 结束由 LLM 蒸馏为 [{text, tags}] 语义记忆

  • 存储:每项目一个 JSONL 文件,零外部进程/数据库

  • 注入:agent/pre-step 瀑布折入 system-reminder / recall 帧

  • 工具:memory_search / memory_save / memory_list

  • 46 个单元 + 集成测试全绿;loader 冒烟与真实 LLM e2e 验证通过

  • Capture: native session/event stream (user prompts, assistant summaries, paired tool calls)

  • Compress: LLM distills each turn into [{text, tags}] semantic memories

  • Store: one JSONL file per project, zero external processes/databases

  • Inject: folded into the agent/pre-step waterfall as system-reminder / recall frames

  • Tools: memory_search / memory_save / memory_list

  • 46 unit + integration tests green; loader smoke and real-LLM e2e verified

安装 / Install: mount dist/index.js into DSH's cordis.patch.yml (see README).