XavierMarquis93/dsh-plugin-conversation-outline

Plugin插件 Native原生 ⭐ 3 Sessions & Context会话与上下文

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 聊天界面左侧新增可折叠的会话级导航栏。它按流程顺序索引当前会话的用户提问与助手回答,条目点击后滚动至对应消息并短暂高亮。标题旁的关键词搜索框对消息全文做不区分大小写的过滤。适用于需要快速回溯长对话或定位历史问答的场景。需注意跳转仅命中当前已加载的聊天窗口分页,未加载的历史消息无法直接定位。

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.
上一个 Prev dsh-session-icons 下一个 Next dsh-galgame-localization-reverse