wang122818 / dsh-conversation-navigator

已收录

Turn-based navigation rail for DeepSeek Harness Web conversations

main其他 查看源代码

安装

npx -y @deepseek-ai/dsh plugin --profile web add github:wang122818/dsh-conversation-navigator

此安装命令根据 GitHub 仓库地址生成,是未经验证的安装起点。

README

维护者编写的文档快照。

在 GitHub 查看 ↗
提交版本 287d591同步于 2026年8月18日

最近一次目录同步未能刷新此 README 快照。

DSH Conversation Navigator

A client-only DSH Web plugin that adds a turn navigation rail to the left of the chat flow.

Each marker corresponds to one user message and the following assistant work, which is DSH's complete conversation-turn boundary. The marker positions follow the rendered message locations. The marker intersecting the viewport center is highlighted. Hovering a marker shows the beginning of the user's message, and clicking it smoothly scrolls to that turn.

Install

From this checkout:

dsh plugin --profile web add D:\dsh-locateHistory

Restart the existing DSH Web process, then refresh http://127.0.0.1:3080.

Notes

  • The rail is hidden below 900px viewport width to avoid overlapping the mobile chat layout.
  • It reads stable attributes already emitted by DSH's chat flow: data-conversation-scroll, data-chat-flow-kind, and data-chat-anchor-key.
  • A new user message without a completed assistant response is still shown as the current open turn.

项目文件与信号

以下项目是目录快照中检测到的公开仓库信号。

测试已检测

仓库信息

开发语言
JavaScript
许可证
MIT
最后更新
2026年8月18日 02:58

谨慎安装

请检查源代码、权限、生命周期脚本、依赖与网络访问;不受信任的插件应先在隔离环境中测试。