zxck5xz/dsh-memory-vi

zxck5xz★ 0TypeScript最后同步: 2026-08-20

在 GitHub 打开

Per-project long-term memory for DeepSeek Harness (DSH), backed by SQLite.

README 摘要

dsh-memory-vi Per-project long-term memory for DeepSeek Harness (DSH), backed by SQLite. The plugin registers three tools: memory save , memory recall , memory search . Memories are scoped per project (derived from the session working directory), so each project keeps its own long-term context across sessions. - No native dependencies: uses node:sqlite (Node 22.19+ / 24+). - Data lives in $DSH HOME/memory/memory.db (default /.dsh/memory/memory.db ). Install Restart dsh web (or the desktop app) after adding. Usage Ask the model to remember things in a session, e.g.: - "Lưu lại rằng dự án này dùng port 3000" → memory save - "Nhớ lại kiến trúc của dự án này" → memory search / memory recall Tools Tool Purpose memory save Save a memory: content (required), key (optional), tags (optional). memory recall Retrieve one memory by key . memory search Keyword search across content / key , optional tags filter, limit (default 10). Configuration Development License MIT

在 GitHub 查看完整 README →
工具/开发dsh-pluginsearch

分类