YesSanSan/dsh-conversation-outline ↗★ 0
dsh-client-ui-conversation-outline
Conversation outline tab for dsh-better-sidebar: per-turn structured outline with quick jump and one-line LLM titles in the DSH WebUI | DSH WebUI 右侧边栏对话大纲:按轮次结构化展示会话并一键跳转,每轮用 LLM 生成一句话标题
AI 分析
核心用途是在侧边栏生成结构化对话大纲并支持快速跳转。适合长对话、需要频繁定位历史上下文的 DSH 网页端用户。
インストール
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:YesSanSan/dsh-conversation-outlineドキュメント
README 全文を読む ↗Configuration
Stored in better-sidebar pluginSettings['conversation-outline']
(localStorage dsh-conversation-outline-settings:v1 is the legacy fallback).
| Key | Default | Range | Meaning |
|---|---|---|---|
model | '' | — | Title model; empty = follow the main session model |
reasoningEffort | '' | off / low / medium / high / max | Reasoning effort; empty = follow the session |
maxConcurrency | 3 | 1–8 | Client-side parallel title workers |
timeoutSeconds | 60 | 5–300 | Per-attempt timeout; enforced over the WHOLE attempt via Promise.race |
maxRetries | 2 | 0–5 | Retry count on failure (backoff 0.8s → capped 5s) |
disabled | false | — | Disable title generation entirely |