Yuanloss/dsh-quick-window-launcher ↗★ 0
dsh-quick-window-launcher
Start DeepSeek Harness web in its own standalone app-style window from a desktop shortcut (Chromium app-mode, not the default browser tab), plus sidebar shutdown/restart actions that adapt to the rail/wide layout and an open_web tool that opens a URL in the system default browser's new tab.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Yuanloss/dsh-quick-window-launcher说明文档
阅读完整 README ↗配置项
该行可选配置(通过 profile patch 覆盖):
| 键 | 默认值 | 说明 |
|---|---|---|
createShortcut | true | 启动时生成桌面快捷方式(设为 false 关闭) |
desktopName | DeepSeek Harness | 快捷方式的基础文件名 |
示例:
- id: quick-window-launcher
name: 'dsh-quick-window-launcher'
config:
createShortcut: true
desktopName: 'DeepSeek Harness'