dsh-plugin-recall
by — · truelove-dreamer/dsh-plugin-recall
★ 0 Stars
⑂ 0 Forks
Original language: English
About
Cross-session memory for the model: full-text search all past sessions (SQLite FTS5 via ctx.sessionQuery) and bring the strongest matching excerpts back into the current context.
Compatibility
Versions
| Latest version | Published | Size |
|---|---|---|
| 0.1.0 | — | — |
| 0.1.1 | — | — |
Similar plugins
Search, list and read past and current sessions through the harness's own `sessionQuery` service: uses the SQLite FTS5 index where a deployment enables it, and falls back to a bounded newest-first sca
★ 0
dsh plugin --profile web add dsh-session-search-proCross-session event-cue memory for DeepSeek Harness: auto-extracts task/conversation cues and user language habits from every turn into a persistent global cue bank, then re-injects remembered context
★ 0
dsh plugin --profile web add dsh-cue-bankby guyuefangyuanl
Cross-session persistent memory for the DeepSeek Harness: a model-facing memory tool, an always-on index section, and a bundled maintenance skill.
★ 3
MIT
JavaScript
Aug 21, 2026
dsh plugin --profile web add dsh-memoryCross-session long-term memory under the "memory palace" metaphor: dual-scope SQLite stores (user + per-git-origin project), hybrid FTS5 + local-vector retrieval with RRF fusion and recency/proof rank
★ 0
dsh plugin --profile web add @kenz1117/dsh-engramby Max-Null
Cross-session plaintext memory for DeepSeek Harness: suggested → human-approved, searchable, human owns the data · 跨会话明文记忆:模型写入待审核、人工确认生效,明文可审计
★ 3
MIT
TypeScript
Sep 12, 2026
dsh plugin --profile web add @max-null/dsh-memoryby icanfinish11
Context window optimization for DeepSeek Harness agents. Sandboxes tool output in-process (only what you print enters the conversation), persists session memory in an FTS5 knowledge base, and enforces
★ 0
JavaScript
Sep 9, 2026
dsh plugin --profile web add dsh-context-mode