DeepSeek Harness plugin

dsh-liquid-glass-ui

Custom backgrounds and iOS-inspired liquid glass transparency for the DeepSeek Harness Web UI.

Jump to install

Source facts

Repository
xiaoxianasd/dsh-liquid-glass-ui
Latest update
Aug 19, 2026
Category
UI Enhancements
GitHub stars
0
Format
plugin
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
package.json#dsh.bundle
Checked against
0.1.0-rc.8
Upstream check date
2026-08-20

This evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.

Install

Start with a prompt that asks an agent to review the GitHub repository and source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to review the GitHub repository and source first.

Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:

1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.

Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.

GitHub: https://github.com/xiaoxianasd/dsh-liquid-glass-ui
Plugin: dsh-liquid-glass-ui
Author: xiaoxianasd

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer4 files
README.mdSource · read only
README language

dsh-liquid-glass-ui

Custom backgrounds and iOS-inspired liquid glass transparency for the DeepSeek Harness Web UI.

简体中文

Features

  • Choose a remote background URL or upload a local image (stored as a data URL, up to 4 MB).
  • Adjust glass opacity, background dimming, size, and position.
  • Use lightweight alpha-composited glass everywhere, with no live blur or filter pipeline.
  • Preview changes in the settings card before saving.
  • Persist settings through the native DSH user-settings service.
  • Compose with the native light/dark theme through theme.overrideTokens() and cleanly restore it when disabled or uninstalled.
  • Avoid global relational selectors and fixed-background repainting during streaming output.
  • Optionally open Douyin or Bilibili in a separate browser tab when the current DSH session starts a new thinking turn, without replacing DSH.

Install

From npm after the package has been published:

dsh plugin --profile web add dsh-liquid-glass-ui

For local development:

pnpm install
pnpm run check
dsh plugin --profile web add .

On Windows, DSH 0.1.0-rc.7 may split a local absolute path when one of its directories contains a space. Clone this repository to a path without spaces for add ., or install the packed .tgz from a no-space temporary path. Registry installation is unaffected.

Restart dsh web, then open Settings → Plugins → Liquid Glass Appearance.

Publishing and marketplace discovery

DeepSeek Harness discovers community plugins through installable npm/GitHub packages and the GitHub dsh-plugin topic. Before publishing:

1. Add the final author, repository, bugs, and homepage fields to package.json. 2. Create a public GitHub repository and add the topics dsh-plugin, deepseek-harness, dsh, theme, and glassmorphism. 3. Run pnpm run check and inspect the dry-run package contents. 4. Publish with pnpm publish --access public. 5. Verify installation in a clean DSH Web profile.

The package intentionally declares DSH 0.1.0-rc.7 as its minimum compatible release because it relies on the browser theme override service introduced in that preview line.

Security and privacy

  • A remote background URL is fetched directly by the browser and may disclose the DSH user's IP address to that image host.
  • Local images stay in the DSH settings document as data URLs; the plugin does not upload them to an external service.
  • The thinking redirect is disabled by default. When enabled, the selected entertainment site receives an ordinary browser visit and its normal network metadata. The browser must allow pop-ups for the DSH site.
  • Avoid sensitive images on shared machines, and follow the access controls of the configured DSH settings provider.

License

MIT