DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Ui Boost — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
U

dsh-ui-boost

Ui Boost

DSH Web interface enhancements: RGB color adjustment, Tool cards collapsed by default, input area status bar (including token estimation), floating beautification panel

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:DoshinJiu/dsh-ui-boost#528283c3e8fcec7b2a2aae017cdd7f9b4ce454ba
READMECompatibilityVersions

Compatibility and provenance

Ui Boost is published as dsh-ui-boost and currently resolves to version 0.1.1. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
9/16/2026

Versions

0.1.1stable
9/16/2026
0.1.0stable
8/29/2026

Related plugins

Loading related plugins…

Latest
0.1.1
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
9/16/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in ui-customization.

Web App@deepseek-ai/dsh-web-appThe dsh browser-surface bundle: the web patch layer over dsh-base plus the runtime glue plugin (frontend dist serving, web-surface prompt, bash runtime variables, URL line)Experimental Agent Team Web Profile@deepseek-ai/dsh-experimental-agent-team-web-profileExperimental Web profile layer for Agent Teams Remote and UI pluginsRemote Web Ui@linxin666/dsh-remote-web-uiScan-to-pair remote access for the dsh web GUI that shares one official interface: a QR beside the settings button pairs phones and PCs into the same Web GUI (a portrait-touch adaptation layer for phones, full desktop on PCs) through one-time tokens and rClient Ui Task Board@linxin666/dsh-client-ui-task-boardHost-authoritative task board for the DSH Web GUI with real session execution, Host cron scheduling, and optional cross-platform idle-sleep protection; mounted without DSH source changes.

README

dsh-ui-boost —— DSH Web 界面增强

DSH Web 界面的常驻优化插件(持久客户端插件,非会话动态插件,重启自动加载)。

功能

  • RGB 调色:R/G/B 三通道独立滑杆 + 强度,对界面整体染色(mix-blend-mode: color,保留明度只改色相/饱和度),默认开启
  • Tool 卡片默认折叠:工具调用默认只显示一行摘要,点击行展开详情(CSS 保险规则,基于 data-open)
  • 输入区状态条:运行状态、消息数、队列数、草稿字数、本次输入预计 token(估算)
  • 悬浮美化面板:从触发按钮(右下角 🎨 FAB 或侧栏底部「🎨 美化」)向上展开
  • 设置持久化:自动保存到 $DSH_HOME/ui-boost.json(~/.dsh/ui-boost.json)

安装 / 升级

# 本地开发安装(pnpm link 协议)
dsh plugin --profile web add link:D:\dsh\ui-boost

# 升级(代码改动后重新执行一次即可刷新链接内容)
dsh plugin --profile web add link:D:\dsh\ui-boost

# 卸载
dsh plugin --profile web remove dsh-ui-boost

装好后重启 web 进程生效。无需重建前端 bundle:浏览器半端由 dsh-client-modules 在运行时以 /plugins/dsh-ui-boost/client.js 提供。

结构

文件作用
cordis.patch.ymlbundle 挂载声明(把 dsh-ui-boost 行插入 web profile 配置树)
lib/index.jsnode 半端:设置 API(/ui-boost/settings.json)
lib/client.js浏览器半端:调色/状态条/面板 UI

注意

  • Tool 卡片折叠依赖 .o3BgMG_* 类名与 DisclosureRow 的 data-open 属性; 若 DSH 前端大版本升级改了类名,需同步更新 lib/client.js 中的 CSS。
  • 这是个人部署级改动:profile 目录 $DSH_HOME/profiles/web/ 归你所有, 与官方 npm 安装的部署无关;dsh 升级不会覆盖它。