YesSanSan/dsh-conversation-outline0

dsh-client-ui-conversation-outline

DSH WebUI 右侧边栏对话大纲:按轮次结构化展示会话并一键跳转,每轮用 LLM 生成一句话标题。

AI 分析

核心用途是在侧边栏生成结构化对话大纲并支持快速跳转。适合长对话、需要频繁定位历史上下文的 DSH 网页端用户。

套件
dsh-client-ui-conversation-outline
版本
0.2.0
授權
MIT
最近更新
2026年8月15日

安裝

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:YesSanSan/dsh-conversation-outline

Configuration

Stored in better-sidebar pluginSettings['conversation-outline'] (localStorage dsh-conversation-outline-settings:v1 is the legacy fallback).

KeyDefaultRangeMeaning
model''Title model; empty = follow the main session model
reasoningEffort''off / low / medium / high / maxReasoning effort; empty = follow the session
maxConcurrency31–8Client-side parallel title workers
timeoutSeconds605–300Per-attempt timeout; enforced over the WHOLE attempt via Promise.race
maxRetries20–5Retry count on failure (backoff 0.8s → capped 5s)
disabledfalseDisable title generation entirely