kittimzhe/dsh-session-recall ↗★ 0
dsh-session-recall
Cross-session full-text recall for DeepSeek Harness: the model-facing `recall` tool searches past session transcripts through ctx.sessionQuery
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:kittimzhe/dsh-session-recall说明文档
阅读完整 README ↗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