LeslieWylie/dsh-session-search-pro ↗★ 1
dsh-session-search-pro
Indexed cross-session search for DeepSeek Harness — search, list, and read past and current DSH sessions through the built-in sessionQuery service. Zero runtime dependencies.
AI 분석
核心用途是赋予 Agent 检索和阅读过去对话记录的能力。适合积累了大量历史会话、需要 Agent 引用过去讨论内容的重度用户。
설치
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:LeslieWylie/dsh-session-search-proUsage
The agent has access to these tools automatically once the plugin is bundled. Ask things like:
"Search my past sessions for anything about session search" "List my recent sessions in ~/Desktop" "Read session a4d75296-fc89-44b1 for me"
and the model reaches for agent_session_search, agent_session_list, or agent_session_read on its own.