dsh-plugin-connection-banner
界面增强 活跃维护

dsh-plugin-connection-banner

yinren112/dsh-plugin-connection-banner

轻量级Web界面连接状态提示插件,可在网络断开与重连过程中自动显示可视化横幅,部署后无需额外配置即可直观展示当前连接状态,避免用户因状态不明产生误操作。

0
Stars 标星
0
Forks 分支
0
Watchers 关注
0
Open Issues
JavaScript
主要语言
MIT
开源协议
2 KB
仓库大小
1 个月前
最后推送
一键安装扩展 / 插件指令
dsh plugin --profile web add github:yinren112/dsh-plugin-connection-banner
git clone https://github.com/yinren112/dsh-plugin-connection-banner.git
git clone git@github.com:yinren112/dsh-plugin-connection-banner.git
README.md main

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