dsh-file-memory v1.2.1
dsh-file-memory v1.2.1
Rename + publish release on top of the v1.2.0 features.
Rename
- npm package name:
dsh-memory→dsh-file-memory(the npm namedsh-memorywas already taken by an unrelated package). cordis.patch.ymlbundle row updated so the module resolves under the new package name.- The GitHub repo stays at
aqsk-BLG/dsh-memory; git-based install URLs are unchanged.
Install
Primary (pinned GitHub tag):
pnpm dsh plugin --profile web add github:aqsk-BLG/dsh-memory#v1.2.1npm (once published):
pnpm dsh plugin --profile web add dsh-file-memoryOr download dsh-file-memory-1.2.1.tgz from the assets below and install the tarball:
pnpm dsh plugin --profile web add ./dsh-file-memory-1.2.1.tgzRemove:
pnpm dsh plugin --profile web remove dsh-file-memoryNaming note: the npm package
dsh-memoryis a different, unrelated package — do not install it by mistake.
Included from v1.2.0
- Host version gate:
MIN_HOST_VERSION = 0.1.0-rc.7,versionGate: error/warn/off - First-run persona/memory seeding (exclusive-create, never overwrites existing files)
- File-backed consolidation state (v1.1.0 durability model), skip-aware background consolidation
- Hybrid session search, post-compaction flush, bundled
memoryruntime skill - Coexistence docs + CI on Node 22/24
Full details: README.md