kittimzhe/dsh-session-recall0

dsh-session-recall

Cross-session full-text recall for DeepSeek Harness: the model-facing `recall` tool searches past session transcripts through 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