DeepSeek Harness 插件

bundle

dsh 桌面配置:原生 Tauri 窗口承载 harness Web 界面,支持托盘、原生通知、文件管理器面板与一键更新。

跳到安装方式

来源信息

GitHub 仓库
s3yf1337/dsh-desktop
最近更新
2026年8月16日
分类
界面增强
GitHub stars
0

安装

默认先复制一段 Prompt,让 Agent 读页面和仓库;需要自己装时再切到命令。

复制这段 Prompt,发给 DSH、Codex 或其他 Agent,让它先读页面和仓库。

请先不要安装。阅读这个 DeepSeek Harness 插件,说明它解决什么问题、会访问哪些文件、网络或密钥,以及如何安装和卸载。

插件页面:https://deepseekplugins.org/zh/plugins/s3yf1337/dsh-desktop~23bundle
GitHub:https://github.com/s3yf1337/dsh-desktop/tree/main/bundle
插件名:dsh-desktop#bundle
作者:s3yf1337
安装命令:dsh plugin --profile web add github:s3yf1337/dsh-desktop#path:/bundle

确认前不要执行安装命令。

检查来源文件

安装前先看这个插件目录里的 README 和其他文件。

文件资源管理器2 个文件
README.md来源说明 · 只读预览

dsh-desktop-shell

The plugin bundle of the [dsh desktop profile](../README.md): one cordis row (desktop-shell) over the web surface that spawns the native Tauri render client on the served loopback URL.

What it does

The bundle patch (cordis.patch.yml) inserts a single row into the composed tree. The plugin (lib/index.js):

  • injects the webServer service and waits for the loader to settle (the

port is the real OS-assigned one only after the bind);

  • resolves the native client binary: config.binDSH_DESKTOP_BIN

$DSH_HOME/bin/dsh-desktop-shelldsh-desktop-shell on PATH → ~/.local/bin/dsh-desktop-shell;

  • spawns dsh-desktop-shell <url> and watches it:

- exit 0 (window closed) → requests harness shutdown via ctx.appExit; - exit 11 (one-click update applied) → boots a fresh dsh --profile desktop (detached), then shuts the old harness down; - other non-zero exit or missing binary → the web surface keeps serving (degrades to browser use) with a printed hint.

The browser half (lib/client.js) draws the desktop experience onto the web surface: the custom window title bar (the shell window is frameless), the right-hand explorer panel (Files/Preview tabs over the native fs commands), and the "dsh-desktop" settings section (tray, notifications, one-click updates, geometry, installation paths).

Bundle contract

This is a standard dsh bundle package: the manifest declares dsh.bundle.patch, and the profile composes it as a patch layer over dsh-base + dsh-web-app exactly like @deepseek-ai/dsh-headless. It needs no pnpm installation: the profile's install.sh copies this directory into $DSH_HOME/profiles/desktop/packages/ and links it into the profile's node_modules.