Mby159/dsh-desktop-browser0

@deepseek-ai/dsh-desktop-browser

Host plugin: opens the dsh Web UI in a browser window with no address bar (--app mode)

AI 分析

核心用途是提供无边框应用模式的 Web 界面。适合需要独立窗口体验、不希望受浏览器地址栏干扰的 DSH 用户。

パッケージ
@deepseek-ai/dsh-desktop-browser
バージョン
0.1.1
ライセンス
NOASSERTION
最終更新
2026/08/17

インストール

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Mby159/dsh-desktop-browser

ドキュメント

README 全文を読む ↗

Configuration (optional)

The plugin works with zero config. To customize, edit your profile's cordis.patch.yml:

- insert:
    - id: desktop-browser
      name: '@deepseek-ai/dsh-desktop-browser'
      inject: [webServer]
      config:
        width: 1400
        height: 900
        positionX: auto
        positionY: auto
        disableExtensions: true
        openDelayMs: 500
        minimize: false
FieldTypeDefaultDescription
urlstringautoOverride the URL to open
browserstringauto-detectExplicit browser path
widthnumber1400Window width in pixels
heightnumber900Window height in pixels
positionXnumber | 'auto''auto'Window X position
positionYnumber | 'auto''auto'Window Y position
disableExtensionsbooleantruePass --disable-extensions
openDelayMsnumber500Delay before opening after server start
minimizebooleanfalseStart browser minimized