dsh-desktop-window
Cordis plugin for DeepSeek Harness: spawns an Electron window for the dsh web Web UI
AI Analysis
核心用途是简化 DSH 的启动和窗口化运行。适合不愿使用命令行或浏览器,希望通过双击脚本直接打开独立桌面窗口的普通用户。
Install
This plugin has no verified bundle, or compatibility checks failed. Read the repository notes first. Read the full README ↗
README
Read the full 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).