yinren112/dsh-plugin-connection-banner0

dsh-plugin-connection-banner

为 DeepSeek Harness Web UI 提供可见的重连横幅提示。

AI 分析

核心用途是在 DSH Web UI 中,当已连接的主机不可用时,显示明显的重连横幅。适合需要直观掌握连接断开状态的用户,解决了官方界面中缺失断开连接状态提示的问题。

包名
dsh-plugin-connection-banner
版本
0.1.0
许可证
MIT
最近更新
2026年8月14日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:yinren112/dsh-plugin-connection-banner

dsh-plugin-connection-banner

A tiny DeepSeek Harness Web UI plugin that shows the existing ConnectionBanner when a previously connected Host becomes unavailable.

It addresses the missing visible disconnect state discussed in deepseek-harness #916. The plugin reuses Harness's public connection.hostDescription source, shell.overlay slot, and UI primitive; it adds no polling and no replacement shell.

Install

dsh plugin --profile web add github:yinren112/dsh-plugin-connection-banner#v0.1.0
dsh --profile web

For a source checkout, use pnpm dsh in place of dsh.

Behavior

  • No banner during initial startup.
  • After the first successful Host connection, a disconnect shows the standard reconnecting banner.
  • The banner disappears automatically when the Host reconnects.

Uninstall

dsh plugin --profile web remove dsh-plugin-connection-banner

Compatibility

Built for the public DeepSeek Harness plugin APIs available in 0.1.0-rc.5 and later.

License

MIT