Relistencode/dsh-recall1

dsh-recall

Conversation history recall for DeepSeek Harness: search the original text of every session (like searching chat records) — literal/fuzzy/semantic retrieval, fully local & offline. AI never forgets what you told it.

AI 분석

核心用途是为 DSH 提供全局历史对话的本地搜索引擎。适合需要跨越数周或数月的历史记录检索特定讨论细节的用户。内置约 37MB 的本地模型,无需联网。

패키지
dsh-recall
버전
0.2.2
라이선스
MIT
최근 업데이트
2026. 8. 16.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Relistencode/dsh-recall

Optional configuration

- id: recall
  name: dsh-recall
  config:
    semantic: false   # disable the semantic layer (literal + fuzzy only, smaller package)
    warmup: gentle    # slower warm-up, lower background CPU (only during warm-up; zero afterwards)