Skip to content

lssyd20070106/dsh-ui-preset-enhance

60Last commit Aug 14, 2026

dsh-ui-preset-enhance DSH plugin

dsh-ui-preset-enhance is a third-party plugin for DeepSeek Harness (DSH) WebUI. It adds interface personalization, reusable prompt presets, token/context monitoring, and a manual compact command. The plugin does not modify backend tools or agent-loop core, and stores user data primarily in browser localStorage.

How to install the dsh-ui-preset-enhance DSH plugin

dsh plugin --profile web add github:lssyd20070106/dsh-ui-preset-enhance

Copying does not run this command. Review the repository and version before installing the dsh-ui-preset-enhance DSH plugin.

dsh-ui-preset-enhance DSH plugin data source

dsh-ui-preset-enhance DSH plugin snapshot date: Aug 16, 2026

discovered

What the dsh-ui-preset-enhance DSH plugin can do

  • Custom background: upload local image, use network image URL, or choose from 5 gradient presets.
  • Transparency and blur adjustments for DSH interface layers.
  • Theme color customization: primary, secondary, and accent color scales.
  • Prompt presets: 7 built-in templates plus user-defined save/delete/quick-load.
  • Token/Context viewer: display current session's context pressure, window, and token composition.
  • Manual compact: execute /compact via DSH session command interface.

Where the dsh-ui-preset-enhance DSH plugin fits

  • Personalize DSH WebUI appearance with custom wallpapers and colors.
  • Reuse frequently used prompts by saving and loading presets directly in the UI.
  • Monitor token usage and context window status to avoid exceeding limits.
  • Trigger manual compact to reduce session context without leaving the interface.

Who the dsh-ui-preset-enhance DSH plugin is for

  • DSH WebUI users who want to customize the interface appearance.
  • Users who frequently manage prompts and need quick access to presets.
  • Users who monitor token consumption and context pressure in their sessions.

dsh-ui-preset-enhance DSH plugin limitations

  • Current version: v0.1.0 Preview – early stage, may have compatibility issues with different DSH versions.
  • Only enhances the Web client; does not modify DSH backend or agent-loop core.
  • Custom wallpapers using network URLs cause the browser to access that image server normally.
  • Prompt presets and theme data are primarily stored in browser localStorage, which is per-device.
  • Not an official DeepSeek component; third-party project with no guarantee of long-term support.

dsh-ui-preset-enhance DSH plugin: from the repository README

Quoted from the lssyd20070106/dsh-ui-preset-enhance README, the upstream source of the dsh-ui-preset-enhance DSH plugin. Copyright remains with the original authors.

一个给 **DeepSeek Harness(DSH)WebUI** 用的第三方界面增强插件。 它主要解决 4 件事:**界面个性化、常用 Prompt 复用、Token / Context 查看、手动 Compact。** > 当前版本:**v0.1.0 Preview** > 第三方项目,不是 DeepSeek 官方组件。项目按当前公开的 DSH `0.1.0-rc.6` 客户端接口进行了源码兼容检查,并附带构建、运行入口和 DSH 安装 Smoke Test。正式发布初期仍建议保留 Preview 标记,方便收集不同环境的兼容反馈。 ## 效果预览 <p align="center"> <img src="assets/preview-home.png" alt="DSH WebUI background preview" width="100%" /> </p> <p align="center"> <img src="assets/preview-settings.png" alt="DSH appearance settings prototype" width="100%" /> </p> > 上面两张图来自项目早期视觉原型。正式插件使用独立的 **“设置 → 界面增强”** 页面提供同方向的壁纸、模糊、透明度和强调色功能,具体控件位置可能与原型图略有不同。 ## 最简单的安装方法 电脑已经有 Node.js 和 pnpm 时,只需要这一行: ```powershell npx --yes @deepseek-ai/dsh plugin --profile web add github:lssyd20070106/dsh-ui-preset-enhance ``` 安装完成后: 1. 完全关闭并重新启动 DSH Web; 2. 浏览器按 `Ctrl + F5`; 3. 打开 **设置 → 界面增强**。 ### 不会命令行? 下载本仓库 ZIP,**先解压**,然后双击: ```text INSTALL-WINDOWS.cmd ``` 它会检查 Node.js、pnpm、插件文件和 DSH 安装结果。遇到问题直接看: **[《小白安装手册》INSTALL-GUIDE.md](INSTALL-GUIDE.md)** ## 功能 | 功能 | 简单说明 | | --- | --- | | 🖼️ 自定义背景 | 本地上传、网络图片或 5 个渐变预设 | | 🌫️ 透明与模糊 | 调整 DSH 界面层透明度和壁纸模糊 | | 🎨 主题颜色 | 主色、辅助色与强调色阶 | | 📑 Prompt 预设 | 7 个内置模板 + 自定义保存 / 删除 / 快速载入 | | 📊 Token / Conte

Read the full READMERepository license: MIT

dsh-ui-preset-enhance DSH plugin questions

How do I install dsh-ui-preset-enhance?

Run the command: `npx --yes @deepseek-ai/dsh plugin --profile web add github:lssyd20070106/dsh-ui-preset-enhance`. Alternatively, you can download the ZIP, extract it, and double-click `INSTALL-WINDOWS.cmd` (Windows) or use the provided install scripts. After installation, restart DSH Web, press Ctrl+F5, and open Settings → Interface Enhancement.

How do I uninstall the plugin?

Run `npx --yes @deepseek-ai/dsh plugin --profile web remove dsh-ui-preset-enhance`. On Windows, you can also double-click `UNINSTALL-WINDOWS.cmd` from the downloaded plugin folder. The command removes the plugin and its registered slots.

Does this plugin work with all DSH versions?

The plugin has been source-code compatibility checked against DSH 0.1.0-rc.6. It is a preview version (v0.1.0 Preview) and may have issues with other DSH versions. The automated CI tests use `@deepseek-ai/dsh@0.1.0-rc.6` to verify installation. For best results, use the same DSH version or report issues with your specific version.

Is my data sent to any server?

No. The plugin does not upload your saved prompts or theme data to its own server. Data is stored in your browser's localStorage. However, if you use a network image URL as a background, your browser will access that image server normally, so the server can receive a standard HTTP request.

What is the difference between this plugin and dsh-skill-viewer?

dsh-ui-preset-enhance focuses on UI personalization, backgrounds, themes, prompt presets, token/context viewing, and manual compact. dsh-skill-viewer (by Fishquito7) is a separate plugin for managing DSH Skills in the web interface, allowing you to view, add, delete, and hot-enable/disable skills. They are complementary and can be installed together.