dsh-session-search¶
| 类型 | 插件 | 分类 | 开发者工具 |
| 星数 | ⭐2 | 状态 | ✅ 活跃 |
| 能力 | search, files | 更新时间 | 2026-08-13 |
📖 项目简介¶
Cross-agent session search plugin for DeepSeek Harness — directly scan past conversations from dsh, Codex, Claude Code, pi, and OpenCode without creating a derived database. 中文
📦 安装¶
git clone https://github.com/dsh-external/dsh-session-search.git
dshx install dsh-session-search ./dsh-session-search
🚀 快速开始¶
# ~/.dsh/config.yaml
- insert:
- id: dsh-session-search
name: '/absolute/path/to/dsh-session-search/lib/index.js'
config:
sources: { dsh: true, codex: true, claude: true, pi: true, opencode: true }
maxResults: 10
readWindow: 10