bnqzzdf/dsh-web-open0

dsh-web-open

Auto-open the default browser when `dsh web` starts serving (DeepSeek Harness plugin)

AI Analysis

核心用途是省去手动复制链接或打开浏览器的步骤。适合频繁启动 DSH Web 服务、追求无缝开发启动体验的用户。

Package
dsh-web-open
Version
0.1.0
License
MIT
Last updated
Aug 14, 2026

Install

This plugin has no verified bundle, or compatibility checks failed. Read the repository notes first. Read the full README ↗

手动配置(不通过 dsh plugin 命令时)

编辑 %DSH_HOME%\profiles\web\package.json,在 dependencies 中加入 dsh-web-open,然后编辑 cordis.patch.yml

- insert:
    - id: web-open
      name: dsh-web-open

使用

dsh web                # 服务就绪后自动打开浏览器
dsh web --port 8080    # 自动打开 http://127.0.0.1:8080