Skip to content

dsh-file-memory v1.2.1

Choose a tag to compare

@aqsk-BLG aqsk-BLG released this 19 Aug 10:24
· 6 commits to master since this release

dsh-file-memory v1.2.1

Rename + publish release on top of the v1.2.0 features.

Rename

  • npm package name: dsh-memorydsh-file-memory (the npm name dsh-memory was already taken by an unrelated package).
  • cordis.patch.yml bundle 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.1

npm (once published):

pnpm dsh plugin --profile web add dsh-file-memory

Or 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.tgz

Remove:

pnpm dsh plugin --profile web remove dsh-file-memory

Naming note: the npm package dsh-memory is 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 memory runtime skill
  • Coexistence docs + CI on Node 22/24

Full details: README.md