dsh-title-index
Disk-indexed session title lookups for the DeepSeek Harness web GUI: serves @-mention title snapshots from an (mtime, size)-keyed index instead of re-folding every session log on each keystroke.
安装
$
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')