LeslieWylie/dsh-session-search-pro1

dsh-session-search-pro

基于内置 sessionQuery 服务的 DSH 索引式跨会话搜索工具,支持搜索、列出和读取历史会话。

AI 分析

核心用途是赋予 Agent 检索和阅读过去对话记录的能力。适合积累了大量历史会话、需要 Agent 引用过去讨论内容的重度用户。

包名
dsh-session-search-pro
版本
0.2.0
许可证
MIT
最近更新
2026年8月16日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:LeslieWylie/dsh-session-search-pro

Usage

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.