Mby159/dsh-desktop-browser ↗★ 0
@deepseek-ai/dsh-desktop-browser
Host plugin: opens the dsh Web UI in a browser window with no address bar (--app mode)
安装
$
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
| Field | Type | Default | Description |
|---|---|---|---|
url | string | auto | Override the URL to open |
browser | string | auto-detect | Explicit browser path |
width | number | 1400 | Window width in pixels |
height | number | 900 | Window height in pixels |
positionX | number | 'auto' | 'auto' | Window X position |
positionY | number | 'auto' | 'auto' | Window Y position |
disableExtensions | boolean | true | Pass --disable-extensions |
openDelayMs | number | 500 | Delay before opening after server start |
minimize | boolean | false | Start browser minimized |