全部插件

DSH / BUNDLE / CLIENT-UI

dsh-conversation-indicator

v0.1.0smanx / dsh-conversation-indicator793946a23b

外部 Git 组合包组合包UI 与客户端插件社区 · Topic 自动分析Web UI
在 GitHub 打开
运行时构成
HOSTCLIENTUITOOLDATAFLOW

概览

dsh-conversation-indicator

Conversation indicator for the DeepSeek Harness web GUI: clickable markers along the transcript scrollbar that jump to the corresponding message or turn.

社区 · Topic 自动分析 — 通过 GitHub dsh-plugin Topic 自动发现。静态检查在不执行第三方代码的前提下,验证了固定公开版本的根目录 bundle 契约与已提交文件;这不等于人工审核、安全审计、运行时冒烟测试、发布者身份验证或官方背书。

安装

从 GitHub 安装此组合包

CLI 会验证组合包、调用原生 DSH 安装,成功后才上报完成。

npx dshpub add smanx/dsh-conversation-indicator --ref 793946a23be54e386680ae84f2fd728345ce048b

能力

它贡献了什么

HostCordis loadable未核对
Client / UIWeb UI未核对
Model tools未核对未核对
Profile stateconditional未核对

README / ZH

插件文档

English | 中文

LIMITATIONS

已知限制

- 指示条反映的是当前已加载的历史窗口;Web 应用尚未渲染的极早行无法标记(翻页加载更多历史后会出现对应指示条)。 - 面板绘制在当前会话视图的滚动条附近;不会覆盖其他视图(轨迹视图、详情面板)。 - 配置在插件挂载时读取;运行时修改 `localStorage` 需要下次挂载(刷新页面或视图重挂载)才生效。 - 平滑滚动由浏览器驱动;快速连点多个指示条可能无法打断当前动画。