AI Agent Hub
Back to plugins
🖥️

dsh-plugin-connection-banner

Client Updated 2026.08.14

Run the following command in DeepSeek Harness:

dsh plugin install yinren112/dsh-plugin-connection-banner

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install yinren112/dsh-plugin-connection-banner in the DeepSeek Harness terminal to install this plugin; source at https://github.com/yinren112/dsh-plugin-connection-banner

About this plugin

DeepSeek Harness issue #916 highlighted a gap: when a previously connected Host goes offline, the Web UI offers zero visible feedback, leaving users to wait blindly.

dsh-plugin-connection-banner fills that gap with minimal overhead. It reuses the public connection.hostDescription source, the shell.overlay slot, and the built-in UI primitive to surface the standard reconnecting banner the moment the Host becomes unavailable after the first successful connection. The banner auto-dismisses on reconnect. No polling, no shell replacement, minimal coupling to the host.

If you rely on the DeepSeek Harness Web UI and want a clear visual cue the instant your connection drops, this lightweight plugin adds exactly that missing state indicator without extra moving parts.

Use Cases

  • When the Host drops unexpectedly, a standard reconnecting banner appears in the Web UI
  • The banner auto-dismisses the moment the Host reconnects, no manual action needed
  • No banner during initial startup, avoiding false alarms

Best For

  • Engineers who use the DeepSeek Harness Web UI for daily development
  • Users who want a clear visual cue on disconnect instead of a silent wait
  • Teams that favor zero-polling, minimally invasive plugin solutions