DeepSeek Harness Plugin

TianYa-DAO/dsh-wallpaper-engine#plugin

Stars ★ 1 Category UI Enhancements Added 2026-08-18

Wallpaper Engine local library, background layer, native Scene panel, and desktop-mode controls for the DSH desktop shell.

Install

# from a prebuilt release tarball

dsh plugin --profile web add "https://github.com/TianYa-DAO/dsh-wallpaper-engine/releases/latest/download/dsh-wallpaper-engine-0.1.0.tgz"

# from GitHub (first run asks for allowBuilds approval — follow the hint, retry)

dsh plugin --profile web add github:TianYa-DAO/dsh-wallpaper-engine#path:/packages/dsh-wallpaper-engine

Any plugin you install runs third-party code with your own permissions — it can read your files, use your credentials, and reach the network, and tool approvals don’t sandbox it. GitHub-sourced plugins also run build scripts at install time. Only install sources you trust, and pin a commit (github:owner/repo#sha).

README

Wallpaper Engine panel and background layer for the DeepSeek Harness (dsh) Web UI.

This is the installable plugin package. It registers a Desktop & Wallpaper settings section with a lazy-loaded local Wallpaper Engine library (Steam workshop/local projects and manual imports), search, import/remove, set-as-background with opacity/blur/fill controls, and a full-viewport background layer. Scene projects can run through the native Wallpaper Engine runtime when the DSH desktop shell exposes its window.desktopWindow bridge; in a plain browser the panel shows the "desktop version" hint and the web app is unchanged.

Install

From a GitHub repo:

dsh plugin --profile web add https://github.com/TianYa-DAO/dsh-wallpaper-engine

From a local checkout:

dsh plugin --profile web add ./plugin-package/dsh-wallpaper-engine

Then open Settings → Desktop & Wallpaper. Inside the desktop shell the panel also exposes desktop-mode controls: WorkerW wallpaper window, desktop embed, and desktop-icon visibility.

Desktop bridge

Media discovery, import dialogs, the dsh-wallpaper:// media protocol, and native Scene start/stop run in the DSH desktop shell (apps/desktop of the main repository). Install the shell separately and launch it over a running dsh web:

pnpm --filter @deepseek-ai/dsh-desktop run start

Development

pnpm install
pnpm run build   # tsc + tsdown; emits lib/client.js

Official @deepseek-ai/* packages are peerDependencies; the DSH runtime provides them.

License

MIT

Content from the project README on GitHub ↗

Links

More in this category

View the whole category →