Spirtxiaoqi7/mindspace-dsh-session-memory

Plugin ⭐ 3 MIT memory

An installable DeepSeek Harness community plugin for editable, session-isolated personalization memory. It keeps continuity and user control in the same place:

catalog description:Editable, session-isolated personalization memory for DeepSeek Harness

Install

git clone https://github.com/Spirtxiaoqi7/mindspace-dsh-session-memory.git
Set-Location .\mindspace-dsh-session-memory
corepack pnpm install
corepack pnpm run build
corepack pnpm pack --pack-destination dist
$memoryTgz = (Get-ChildItem .\dist\mindspace-dsh-session-memory-*.tgz | Sort-Object LastWriteTime -Descending | Select-Object -First 1).FullName

Set-Location C:\path\to\deepseek-harness
corepack pnpm dsh plugin --profile web add $memoryTgz
corepack pnpm dsh --profile web --dump-config
corepack pnpm dsh web

Add Spirtxiaoqi7/mindspace-dsh-session-memory to your DSH config (web profile) to enable.

README

Expand full README Collapse

README is empty.