XavierMarquis93/dsh-plugin-conversation-outline
DeepSeek Harness conversation outline plugin (对话目录)
Project Overview项目介绍
The DSH conversation outline plugin adds a collapsible, per-session navigation rail to the left of the Web chat transcript. It indexes the current session's user questions and agent answers in flow order, with clicks scrolling to and briefly flashing the targeted message. A keyword search box filters the index against each message's full text, case-insensitive. Use it to quickly revisit long dialogues or locate earlier exchanges. Note that jumps only address nodes within the currently loaded transcript window, so messages outside the loaded history page remain unreachable until that page is fetched.
DSH 会话大纲插件在 Web 聊天界面左侧新增可折叠的会话级导航栏。它按流程顺序索引当前会话的用户提问与助手回答,条目点击后滚动至对应消息并短暂高亮。标题旁的关键词搜索框对消息全文做不区分大小写的过滤。适用于需要快速回溯长对话或定位历史问答的场景。需注意跳转仅命中当前已加载的聊天窗口分页,未加载的历史消息无法直接定位。
请帮我了解并安装插件:【dsh-plugin-conversation-outline】【https://github.com/XavierMarquis93/dsh-plugin-conversation-outline】
Send this message to DSH in your current session. CLI install commands may not be accurate across systems — DSH will figure it out for you.把上面这条消息直接发给当前会话里的 DSH,让它帮你了解并安装。安装命令不一定准确,发给 DSH 更稳。
Or use CLI install (for developers)或使用命令行安装(适合开发者)
CLI Install命令行安装
dsh plugin --profile web add github:XavierMarquis93/dsh-plugin-conversation-outline
把 XavierMarquis93/dsh-plugin-conversation-outline 加入你的 DSH 配置(web profile)即可启用。
READMEREADME
@deepseek-ai/dsh-client-ui-conversation-outline
English | 中文
Adds a collapsible, per-conversation outline rail to the left of the Web chat transcript. It indexes the current session's user questions and agent answers in flow order; clicking an entry scrolls the transcript to that message and flashes it briefly. A keyword search box beside the title filters the index across each message's full text (case-insensitive). The rail follows its own bottom while the reader stays pinned, collapses to a slim control rail, and renders nothing while no session is current.
See AGENTS.md for the agent-facing deployment guide.
Model Experience
None, as the outline renders session data already in the browser; nothing here reaches a model request.
KV Cache effect
None; this package neither assembles nor sends a provider request.
Known Limitations and Deferred Work
- The jump scrolls by chat node key, so it addresses only the currently loaded transcript window; a message outside the loaded history page is not reachable until that page is loaded.
- Assistant entries show their first text blocks only; tool calls and reasoning are not summarized in the index.
liangmianya/dsh-synapse
alaliqing/claude-paper
omdsh-dev/dsh-annotation
Anionex/dsh-turn-rewind
hanshenmesen/dsh-turn-delete
qkycir-123/dsh-run2skill
Tyan66666/billion-context-dsh
PKUfudawei/dsh-capability-menu