gtaifu/dsh-title-index0

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.

包名
dsh-title-index
版本
0.1.0
许可证
MIT
最近更新
2026年9月1日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:gtaifu/dsh-title-index

配置(接管行的 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')