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.

AI 分析

核心用途是优化DSH Web界面中“@提及”会话标题时的搜索性能。适合拥有大量历史会话、遭遇打字卡顿的用户。通过在磁盘建立(mtime, size)索引来加速冷启动和检索。

パッケージ
dsh-title-index
バージョン
0.1.0
ライセンス
MIT
最終更新
2026/09/01

インストール

$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')