ChengChe106/dsh-web-auto-open0

dsh-web-auto-open

dsh plugin: auto-open the default browser as soon as the dsh web GUI server is listening — one-step startup for `dsh web`

AI 分析

核心用途是简化 DSH 启动流程,在服务就绪后自动唤起浏览器。适合希望减少手动操作、提升启动体验的用户。

パッケージ
dsh-web-auto-open
バージョン
0.1.3
ライセンス
MIT
最終更新
2026/08/14

インストール

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:ChengChe106/dsh-web-auto-open

ドキュメント

README 全文を読む ↗

可选配置

~/.dsh/profiles/web/cordis.patch.yml 里覆盖 web-open 行即可:

- id: web-open
  config:
    autoOpen: false   # 关闭自动打开
    delayMs: 1000     # 服务器就绪后再延时 1 秒打开浏览器