DSH 的 Windows 托盘桌面壳:自动从 GitHub Releases 安装 exe、创建桌面快捷方式,并提供 desktop_launch 工具在对话中一键启动。
安装
# GitHub 源码(首次需按提示配置 allowBuilds 构建授权后重试)
dsh plugin --profile web add github:RAFOLIE/dsh-desktop-windowos#path:/plugin
GitHub 来源的插件在安装时会在你的机器上执行构建脚本。请只安装可信来源,并尽量锁定 commit(github:owner/repo#sha)。
README
DSH 插件:安装并启动 dsh-desktop-windowos 桌面壳(DeepSeek Harness 的 Windows 托盘应用)。
- 插件激活时自动确保桌面应用就绪:缺失则从 GitHub Releases 下载 exe 到
%LOCALAPPDATA%\Programs\dsh-desktop-windowos\,并在桌面创建/刷新不带版本号的快捷方式「DeepSeek Harness」;已存在则跳过下载 - 注册
desktop_launch工具:对话里说"打开桌面应用"即可安装并拉起, agent 可直接调用 - 安装/下载失败不影响 DSH 启动,错误只记录日志,下次激活或调用工具时重试
安装
dsh plugin --profile web add github:RAFOLIE/dsh-desktop-windowos#path:/plugin
重启 DSH(dsh web)后生效。要求 Windows + Node ^22.19 或 ≥ 24。
配置(cordis.patch.yml)
| 字段 | 默认 | 说明 |
|---|---|---|
| autoInstall | true | 激活时自动安装/刷新 |
| createShortcut | true | 创建桌面快捷方式 |
| installDir | %LOCALAPPDATA%\Programs\dsh-desktop-windowos | exe 安装目录 |
| shortcutName | DeepSeek Harness | 快捷方式名称(无版本号) |
| repoSlug | RAFOLIE/dsh-desktop-windowos | exe 的 GitHub Release 来源 |
English
DSH plugin that installs and launches dsh-desktop-windowos — the Windows tray shell for DeepSeek Harness.
- On activation it ensures the desktop app is ready: downloads the exe from GitHub Releases into
%LOCALAPPDATA%\Programs\dsh-desktop-windowoswhen missing and creates/refreshes a version-less desktop shortcut "DeepSeek Harness"; existing installs are left alone - Registers the
desktop_launchtool — say "open the desktop app" in chat and the agent installs/launches it - A failed install never blocks DSH startup; errors are logged and retried on next activation or tool call
Install
dsh plugin --profile web add github:RAFOLIE/dsh-desktop-windowos#path:/plugin
Restart DSH (dsh web) to activate. Requires Windows + Node ^22.19 or ≥ 24.
Configuration
See the table above; all keys are optional with those defaults.
链接
同类插件
zhu1090093659/dsh-web-ui★ 1866
DSH Web UI 插件与皮肤合集:任务看板、git 图、右侧面板、远程移动端 UI、桌宠、实时 token 统计与皮肤中心。
ccch1mneyyy/dsh-TUI★ 869
Claude Code 风格全屏终端 UI:像素鲸鱼顶栏、实时工作状态行、思考流式展开。
omdsh-dev/DSH-better-sidebar★ 731
侧边栏完整工作台:内置文件渲染编辑、终端、Git 与子代理,支持三方插件注册新 Tab。
huiliyi37/dsh-tianshu-tui★ 132
DeepSeek Harness 的终端 UI(TUI)。
omdsh-dev/dsh-at-file★ 126
Codex 风格的 `@file` 文件引用,输入框里直接搜索并引用工作区文件。
Nagi-ovo/dsh-visualize★ 82
对话内生成式 UI:模型把交互式 HTML 卡片直接画进会话流,带流式预览与沙箱渲染。