big0lives/dsh-web-window-companion1

dsh-web-window-companion

Opens the DSH Web GUI in a dedicated app-mode browser window and stops the server when that window is closed.

包名
dsh-web-window-companion
版本
0.1.0
许可证
MIT
最近更新
2026年8月31日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:big0lives/dsh-web-window-companion

使用

装好后什么都不用改,照常启动:

dsh web
  • 终端仍会打印带 token 的 URL(dsh web: http://127.0.0.1:3080/?token=...),App 窗口打不开时可以手动复制使用;
  • 关闭 App 窗口 → 服务优雅退出(root fiber dispose,exit code 0);
  • SSH 远程启动时插件自动保持静默,不抢窗口。