返回插件市场

dsh-plugin-conversation-outline

界面与体验

XavierMarquis93/dsh-plugin-conversation-outline

在聊天记录左侧添加可折叠的会话大纲栏,索引用户问题和 agent 回答,支持快速跳转和关键词搜索。

  • dsh-plugin
GitHub Stars
5GitHub
浏览量
0DSH Plugin Hub
Forks
0GitHub
开放问题
0GitHub Issues
Manifest 版本
0.1.0-rc.5@deepseek-ai/dsh-client-ui-conversation-outline
最近推送
2026年8月14日GitHub
许可证
NOASSERTIONTypeScript
插件类型
Client运行于 Web Client

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.

评论

0
最新优先