dsh-desktop-window
DSH 的 Cordis 插件:为 DSH Web 界面拉起一个轻量级的 Electron 桌面窗口,提供跨平台一键启动脚本。
AI 分析
核心用途是简化 DSH 的启动和窗口化运行。适合不愿使用命令行或浏览器,希望通过双击脚本直接打开独立桌面窗口的普通用户。
安装
此插件尚未提供可验证的 bundle,或兼容性检查未通过。请先阅读仓库说明。 阅读完整 README ↗
说明文档
阅读完整 README ↗配置 / Configuration
覆盖 patch 行的 config(默认值如下):
- insert:
- id: desktop-window
name: '
'
config:
title: DeepSeek Harness WebUI # 默认
width: 1280 # 默认
height: 860 # 默认
quitOnClose: true # 默认
- 需要 Node.js ≥ 18;跨平台逻辑为纯 Node,不依赖 PowerShell / Requires Node.js ≥ 18; plain Node, no PowerShell dependency.
- 本仓库只做插件壳;DSH 本体见 deepseek-ai/deepseek-harness(MIT) / This repo is only the plugin shell; the harness lives at deepseek-ai/deepseek-harness (MIT).