DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Chat Rail — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
C

dsh-chat-rail

Chat Rail

DeepSeek Harness Web chat right-side navigation strip plugin: displays colored nodes by question→answer rounds, with statuses shown in green/yellow/red/blue; click to jump to question and answer sections; hover to expand the status panel; a flash animation appears after an answer is completed; keywo

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:shao-01-test/dsh-chat-rail#919148e4d6613ea3d59466ba43ab4220f6358985
READMECompatibilityVersions
展开态演示收起态演示

Description

DeepSeek Harness Web chat right-side navigation strip plugin: displays colored nodes by question→answer rounds, with statuses shown in green/yellow/red/blue; click to jump to question and answer sections; hover to expand the status panel; a flash animation appears after an answer is completed; keywords are distilled into short phrases.

Compatibility and provenance

Chat Rail is published as dsh-chat-rail and currently resolves to version 1.0.1. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
8/26/2026

Versions

1.0.1stable
8/26/2026
1.0.0stable
8/26/2026

Related plugins

Loading related plugins…

Latest
1.0.1
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
8/26/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in ui-customization.

Web App@deepseek-ai/dsh-web-appThe dsh browser-surface bundle: the web patch layer over dsh-base plus the runtime glue plugin (frontend dist serving, web-surface prompt, bash runtime variables, URL line)Experimental Agent Team Web Profile@deepseek-ai/dsh-experimental-agent-team-web-profileExperimental Web profile layer for Agent Teams Remote and UI pluginsRemote Web Ui@linxin666/dsh-remote-web-uiScan-to-pair remote access for the dsh web GUI that shares one official interface: a QR beside the settings button pairs phones and PCs into the same Web GUI (a portrait-touch adaptation layer for phones, full desktop on PCs) through one-time tokens and rClient Ui Git Graph@linxin666/dsh-client-ui-git-graphExternal dsh web GUI plugin: a blank-session git branch selector + Git graph, with real host-side git operations and guards, as a dsh profile bundle

README

🧭 dsh-chat-rail

DeepSeek Harness(DSH)Web 界面的聊天右侧导航拉条插件(dsh-plugin)。

一条极简、不打扰的右侧导航条:按「提问 → 回答」轮次显示彩色圆柱节点(一眼看清本次对话有几次提问及各自状态),悬停/靠近即平滑展开成状态着色面板,点击即可快速跳转到对应提问或回答的某一段。


✨ 功能特性

  • 收起态(默认):右侧一条细竖线 + 每问一个竖直圆柱节点,节点用竖线相连,颜色区分回答状态。
    • 🟢 绿 = 正确完整执行
    • 🟡 黄 = 回答被打断
    • 🔴 红 = 出错 / 解决不了
    • 🔵 蓝(脉冲) = 正在回答
  • 悬停 / 靠近放大:拉条平滑放大成导航面板(宽高过渡动画),不靠近时极简不干扰查看。
  • 状态着色面板:展开后每条按状态着色;正在回答的条目带环绕加载动画;刚回答完的条目有闪光动画(放大 → 闪一下 → 高亮 → 恢复),点击条目或滚动到该处即恢复正常高亮。
  • 二级缩略关键词:每个条目下方用提炼短句展示该回答的关键方向(轻量摘要算法,而非截取回答前几字);点击短句直接跳转到回答对应部分。
  • 主题适配:配色使用 DSH 主题 token(--dsw-alias-*),自动跟随当前皮肤(鲸鱼娘 / 终端 / 终末地 等)。

🚀 安装

本插件有两条安装通道,契约不同,请按需选择其一(不要混用):

方式 A:作为 dsh-plugin bundle 安装(推荐,持久化)

client.js 已按 DSH 官方 bundle 契约编写(通过 window.__ModuleLoader__.load({ id, factory }) 主动注册),因此可直接作为 bundle 安装:

dsh plugin --profile web add /path/to/dsh-chat-rail

首次安装新增插件包后需重启一次 DSH。重启后进入任意会话,右侧即出现拉条。 依赖:package.json 的 dsh.bundle.patch 指向 cordis.patch.yml,会挂进 web bundle 栈。

方式 B:作为动态 Cordis 插件(临时试用,可逆)

client.js 是 bundle 格式(整文件不能直接粘贴)。动态通道只认 return { apply(ctx){...} },所以需要手动把 client.js 的 apply(ctx){...} 函数体复制出来,连同其依赖(R=React、insertCss、buildEntries 等辅助函数)一起,粘贴为 cordis_define 的 Client 代码,再用 cordis_run 激活;停止即完全卸载。

⚠️ 动态通道不提供全局 React 与 styles,粘贴时请把代码里的 R. 恢复为 React.,把 insertCss(css) 恢复为 styles.insert(css),并补上 React 声明。日常使用推荐方式 A。


📖 使用

  1. 进入任一 DSH 会话(有对话记录)。
  2. 右侧出现细拉条:每个圆柱节点 = 一次提问,颜色表示该轮回答状态。
  3. 悬停拉条 → 展开导航面板;每条显示提问缩略 + 回答关键词短句。
  4. 点击条目 → 跳到该次提问;点击关键词短句 → 跳到回答对应部分。

🖼️ 使用演示

演示视频

如无法内联播放,可下载原视频:docs/demo.mp4。

悬停展开的状态面板

展开态演示

收起态(右侧细拉条 + 彩色圆柱节点)

收起态演示

状态颜色说明

颜色含义
🟢 绿 #22c55e回答正确完整执行
🟡 黄 #f5b800回答被打断
🔴 红 #ef4444出错 / 解决不了
🔵 蓝 #3b82f6正在回答(带加载动画)

🏷️ 标签 / 关键词

本插件标记为 DeepSeek Harness 插件,GitHub topics 建议设置:

dsh-plugin   deepseek-harness   plugin   chat   navigation

package.json 的 keywords 已包含 deepseek-harness、dsh、dsh-plugin 等。


👤 作者

Shao

  • GitHub:https://github.com/shao-01-test

📄 许可证

MIT