dsh-desktop-window
Cordis plugin for DeepSeek Harness: spawns an Electron window for the dsh web Web UI
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).