All plugins

DSH / BUNDLE / CLIENT-UI

dsh-node-nav

v0.2.2Seryta / dsh-node-nav94a4bba9d0

External Git bundleBundlesUI & client pluginsCommunity · Topic auto-analysisWeb UI
Open on GitHub
Runtime anatomy
HOSTCLIENTUITOOLDATAFLOW

Overview

dsh-node-nav

对话节点导航:DSH Web GUI 右侧节点串,hover 预览、点击跳转、active 药丸跟随阅读位置

Community · Topic auto-analysis — Automatically discovered through the dsh-plugin GitHub Topic. Static checks verified a pinned public root bundle contract and committed files without executing third-party code. This is not a human review, security audit, runtime smoke test, publisher identity check, or official endorsement.

Install

Install this bundle from GitHub

The CLI validates the bundle, invokes native DSH, then reports completion.

npx dshpub add Seryta/dsh-node-nav --ref 94a4bba9d0df1da6087c2fbab23c33ce8445d022

Capabilities

What it contributes

HostCordis loadableNot inspected
Client / UIWeb UINot inspected
Model toolsNot inspectedNot inspected
Profile stateconditionalNot inspected

README / EN

Package documentation

DSH(DeepSeek Harness)Web GUI 的客户端插件:在聊天区右侧显示一列等距节点串,每条用户消息对应一个节点。hover/focus 时显示消息文本预览,点击平滑滚动到对应消息并短暂高亮,active 药丸跟随阅读位置滑动。

LIMITATIONS

Known limitations

- 输入历史与跳转依赖 dsh 客户端契约:`[data-chat-anchor-key]`(行锚点)、`[data-composer-card]`(composer 容器)与 provide 通道 `hooks.input` / `props.inputActions`(输入状态与写入口);harness 大版本改动这些契约时需同步适配。 - 输入历史仅覆盖**当前打开的(live)会话**:host 端点只查 attached 会话,未打开的历史会话无 composer 焦点,不适用输入历史。 - 未加载节点点击依赖页面「加载更早」按钮存在(上限 30 批);按钮被移除的 harness 版本中,点击未加载节点会提示目标消息未能定位。