Cross-session memory plugin for DSH (v0.6.1, npm @asherliner/dsh-memory-connect): auto-extraction, SQLite FTS5 indexing, RRF semantic recall injected into the system prompt every turn, scheduled maintenance, LLM-powered consolidation via ctx.llm, context explosion prevention, and global Soul identity via ~/.dsh/soul.md. v0.5.0 added temporal context graph (valid_from/valid_until/supersedes, append-only corrections via reviseMemory), trust model (recalled history injected as untrusted reference, current instruction always wins), turn-end summarization. v0.6.0 added local semantic embeddings (BAAI/bge-small-zh-v1.5 via embed_server.py, cosine + RRF fusion with FTS5, no cloud calls, ~232 msgs/sec on CPU). v0.6.1 fixed ~ expansion in path config. Zero-config install.
- License
- MIT
- Added
- 2026-08-20
GitHub info
- License
- MIT
- Primary language
- JavaScript
- Last push
- Aug 20, 2026, 8:58 AM
- Maintainer
- Asher-2000
- Added
- 2026-08-20
Install
dsh plugin --profile web add github:Asher-2000/dsh-memory-connectREADME badge
Add this Markdown to your plugin README to link back to its listing.
[](https://dshget.com/plugins/Asher-2000/dsh-memory-connect)Related plugins
MemoryOpenViking#examples/dsh-memory-plugin
★ 34201OpenViking memory and context bundle for DeepSeek Harness: pre-step auto-recall and profile injection, session capture, `viking://` URI guarding, and recall/write memory tools backed by an OpenViking server.
hindsight#coding-agents
★ 21624Hindsight, agent memory that learns: long-term project memory with auto recall and retain, knowledge pages, deep reflection, and per-repo memory banks.
ReMe#typescript
★ 3367Connects DeepSeek Harness to ReMe's local-first, self-evolving personal knowledge base: automatically captures completed main-agent conversations as user-owned Markdown memory, searches conversations and source material through reme_search with BM25, optional embeddings, and wikilink expansion, and schedules daily memory consolidation.