Relistencode/dsh-recall1

dsh-recall

DSH 历史会话检索插件:支持对所有历史会话的原始文本进行本地、离线的字面、模糊及语义检索,让 AI 记住所有历史对话内容。

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)