Releases: aqsk-BLG/dsh-memory
Releases · aqsk-BLG/dsh-memory
Release list
dsh-memory v1.0.2
V1 release
- Reviews every eligible completed task on the next idle transition while skipping greetings and short Q&A.
- Uses strict incremental memory patches instead of regenerating complete managed sections.
- Keeps workspace authorization, conflict detection, atomic writes, deletion guards, retry backoff, and idempotent daily logs.
- Removes the plugin-imposed 8192-token cap and default
reasoningEffort: off; the selected adapter provides transport limits while file character budgets remain the write authority. - Resolves the same single DSH data home already used by the running instance: inherited
$DSH_HOME, otherwise DSH's own~/.dshdefault. - Includes dependency-free regression checks and a successful real-profile DeepSeek Harness end-to-end acceptance test.
Install from an existing DeepSeek Harness source checkout:
pnpm dsh plugin --profile web add github:aqsk-BLG/dsh-memory#v1.0.2dsh-memory v1.0.1
dsh-memory v1.0.1
A validated patch release for installing layered memory into an existing official DeepSeek Harness source checkout.
Highlights
- Guarded destructive rewrites now retain existing managed entries while still applying bounded safe additions.
- Added regression checks for managed-region integrity, eligible-turn selection, and single-root
DSH_HOMEbehavior. - Clarified the real source-checkout installation flow: existing chats, model/provider settings, workspaces, and storage are preserved.
- Verified end to end against an unmodified official DSH checkout with pre-existing session and model data.
Install
pnpm dsh plugin --profile web add github:aqsk-BLG/dsh-memory#v1.0.1中文说明
这是经过官方 DSH 源码真实安装验收的 V1 补丁版本。插件沿用当前 DSH 实例已经选择的同一个 $DSH_HOME,不会另建智能体、工作区或第二套数据目录;问候和短问答仍会按设计跳过记忆巩固。