Releases: 33moren33/dsh-memory-pyramid
Releases · 33moren33/dsh-memory-pyramid
Release list
v0.1.1 — 注入开关 / Injection switch
-
新开关
liveView(默认false):记忆视图只在会话开局注入一次。改配置热生效,会在用户发送消息的上面注入更新的记忆上下文。 -
New
liveViewswitch (defaultfalse): the memory view is injected once at session start. Config changes take effect hot — the refreshed memory context is injected above the user's next message.
v0.1.0 — DSH 金字塔记忆首发 / Initial release
给 DeepSeek Harness (dsh) 补上带时间轴的无限记忆。
亮点
- 只追加事实日志 + agent 自维护的摘要金字塔:一万条记忆,开局仍只读 96 行(≈7.3k token)
- 一步安装:
dsh plugin --profile web add dsh-memory-pyramid——包自带dsh.bundle声明,装完即激活,零配置 - 缓存安全注入:走官方动态上下文通道,真实 API 实测整场命中率 91–97%
- 会话区间锚点:每条记忆记下它蒸馏自哪段对话,为将来的记忆看板准备
- 零依赖、纯 ESM,Windows / Linux / macOS / ARM64
Highlights
- Append-only fact log + agent-maintained summary pyramid: 10,000 memories wake as 96 lines
- One-command install via
dsh.bundleauto-activation — zero config - Cache-safe injection through the official runtime-context channel (91–97% measured hit rates)
- Session-range anchors on every fact, paving the way for the memory dashboard
- Zero dependencies, pure ESM, cross-platform