hxwi1/dsh-desktop-window0

dsh-desktop-window

Cordis plugin for DeepSeek Harness: spawns an Electron window for the dsh web Web UI

AI 분석

核心用途是简化 DSH 的启动和窗口化运行。适合不愿使用命令行或浏览器,希望通过双击脚本直接打开独立桌面窗口的普通用户。

패키지
dsh-desktop-window
버전
0.1.0
라이선스
MIT
최근 업데이트
2026. 8. 14.

설치

검증된 bundle이 없거나 호환성 검사에 실패했습니다. 먼저 저장소 설명을 읽어 주세요. 전체 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).