XavierMarquis93/dsh-plugin-conversation-outline4

@deepseek-ai/dsh-client-ui-conversation-outline

Per-conversation outline rail for Web: a clickable, flow-ordered index of user questions and agent answers that jumps to the addressed message

AI 分析

核心用途是在聊天区域左侧提供可折叠的对话大纲导航。适合需要快速检索长对话内容、在问答节点间频繁跳转的用户。

パッケージ
@deepseek-ai/dsh-client-ui-conversation-outline
バージョン
0.1.0-rc.5
最終更新
2026/08/14

インストール

検証済み bundle がないか、互換性チェックに失敗しています。先にリポジトリの説明を読んでください。 README 全文を読む ↗

ドキュメント

README 全文を読む ↗

@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.