hxwi1/dsh-desktop-window0

dsh-desktop-window

DSH 的 Cordis 插件:为 DSH Web 界面拉起一个轻量级的 Electron 桌面窗口,提供跨平台一键启动脚本。

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).