kittimzhe/dsh-session-recall0

dsh-session-recall

用于 DeepSeek Harness 的跨会话全文检索插件:模型端 recall 工具可通过 ctx.sessionQuery 搜索历史会话

AI 分析

核心用途是赋予智能体检索过去所有会话历史的能力,打破单一会话的上下文限制。适合进行长期项目、需要智能体自动关联和引用历史决策或代码片段的用户。

包名
dsh-session-recall
版本
0.1.0
许可证
MIT
最近更新
2026年8月25日

安装

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

Configuration

Plugin row config (all optional):

- id: session-recall
  name: 'dsh-session-recall'
  config:
    allowAllProjects: true  # honor the tool's all_projects argument
    defaultLimit: 5         # page size when the model omits limit (1..10)
    maxLimit: 10            # largest accepted page size (1..25)
    cjkHint: true           # zero-hit CJK tokenizer workaround hint