DeepSeek Harness Plugin Hub

发布与管理完整 Harness Profiles,发现适合你的插件。

探索

插件目录环境预设文档中心动态

社区

发布插件联系我们报告问题

相关链接

Plugin Hub GitHubDeepSeek Harness 官方项目系统状态隐私说明
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

独立、非官方社区项目,与 DeepSeek 官方无隶属、授权或背书关系。

Conn Dot — DeepSeek Harness 插件(DSH Plugin)
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录
← Plugins
C

dsh-conn-dot

Conn Dot

DSH 侧边栏品牌标志旁的绿色连接指示点:将运行时 WebSocket 恢复状态与每 30 秒一次的同源存活探测结合起来,因此 dsh Web 服务器发生故障或卡死时,指示点会变红。

插件会安装到这里;不确定时保持 web。

npx -y @deepseek-ai/dsh plugin --profile web add github:afterrealism/dsh-conn-dot#b13eb5c380518fbb86d3a3a9aa0d048860eb7418
README兼容性版本

兼容性与来源证明

Conn Dot 以 dsh-conn-dot 发布,当前版本为 0.1.0。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
web
发布来源
github
Registry 更新时间
2026/9/18

版本

0.1.0stable
2026/9/18

相关插件

正在加载相关插件…

最新版
0.1.0
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
未提供
文件数
未提供
Surface
web
许可证
MIT
发布源
github
GitHub
★ 1
周下载
0
最近提交
2026/9/18
查看源码 ↗
README Badge

点击下方 Badge 复制 Markdown,粘贴到 README 即可。

这是你的 Plugin?认领权益 · 优先安全扫描

验证 package.json 声明的 GitHub 仓库,即可管理这个公开页面。认领后,Hub 会优先安排当前版本的安全扫描,并在通过后公开展示结果。

认领这个 Plugin →
报告问题

相关插件

继续浏览 ui-customization 分类下经过校验的插件。

Deepseek Idesigndeepseek-idesign作为原生 DeepSeek Harness 对话视图的 iPolloWork Design Studio 及其精选设计模板。Deepseek Ipptdeepseek-ipptiPolloWork PPT Studio 及其精选幻灯片模板,作为原生 DeepSeek Harness 对话视图。Codex Ui@michengai/dsh-codex-uiDSH Codex UI — 为 DeepSeek Harness Web 提供 Codex 风格侧栏、工作区会话树、全局搜索和轮次导航Dream Skindsh-dream-skinDeepSeek Harness 换肤插件(Dream Skin for DSH):8 套 iOS / Linear 式清透冷调的高质感主题 + 弥散光壁纸 + 每款皮肤智能背景 + 强调色 + 主题包分享,把换肤做成材质与配色克制的高级感工艺,而非贴图。在原生 DSH Web 和第三方桌面客户端(DSH Desktop)中运行:8 款原创高端主题、玻璃材质、壁纸 2.0

README

dsh-conn-dot

A green connection dot on the top-left brand mark of the DSH Web GUI — the fish logo beside the product name — showing whether the UI is connected to the dsh web server.

dotmeaning
🟢 greenconnected — WebSocket live and/or probe answered
🟡 amberconnecting / not yet determined
🔴 reddisconnected, or the server stopped answering HTTP

Two signals are merged:

  1. Live socket state — subscribes to ctx.connection.state (the runtime's WebSocket recovery lifecycle: connected / connecting / disconnected).
  2. Background worker — every 30 seconds, a same-origin HEAD / probe. Any HTTP response means the server is alive; a network-level rejection means broken. This catches a hung server whose socket stays half-open.

The dot shadows the sidebar.brand.mark slot at priority −10 and re-renders the official FishLogo, so the logo itself is untouched; hover the dot for status and the time of the last check.

Install (web profile)

npm pack                     # produces dsh-conn-dot-0.1.0.tgz
dsh plugin --profile web add file:/absolute/path/dsh-conn-dot-0.1.0.tgz

Then add "dsh-conn-dot" to dsh.profile.bundles in $DSH_HOME/profiles/web/package.json and restart dsh web.

Test

node --test test/client.test.mjs

中文说明 / Chinese

在 DSH Web GUI 品牌标记(产品名旁边的鱼形图标)左上角显示一个绿色连接状态点, 表示 UI 与 dsh web 服务器的连接状况:

状态点含义
🟢 绿色已连接 — WebSocket 在线且/或探测有响应
🟡 黄色正在连接 / 尚未确定
🔴 红色已断开,或服务器停止响应 HTTP

合并两路信号:① 实时订阅 ctx.connection.state(WebSocket 恢复生命周期); ② 后台每 30 秒发起同源 HEAD / 探测,任何 HTTP 响应都算存活, 网络层失败才算断开——可捕获 socket 半开、服务器假死的情况。 悬停状态点可查看状态与上次检查时间;界面语言为中文时提示自动切换为中文 (依据浏览器语言,zh-* 自动识别)。