dsh-title-index
适用于 DeepSeek Harness Web GUI 的磁盘索引会话标题查找插件,通过缓存避免重复解析会话日志。
AI 分析
核心用途是优化DSH Web界面中“@提及”会话标题时的搜索性能。适合拥有大量历史会话、遭遇打字卡顿的用户。通过在磁盘建立(mtime, size)索引来加速冷启动和检索。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:gtaifu/dsh-title-index说明文档
阅读完整 README ↗配置(接管行的 config)
| Key | 默认值 | 说明 |
|---|---|---|
path / openAt / 其余官方键 | 官方默认 | 原样转发给官方引擎;web 部署沿用 :memory: + never |
root | "" | 持久化会话根目录;空值时插件完全惰性(等价官方引擎) |
indexPath | /../title-index.json | 索引文件位置 |
补丁内置的默认配置:
- insert:
- id: session-query-title-index
name: 'dsh-title-index'
config:
path: ':memory:'
openAt: never
root: !!js dshHomePath('sessions')