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.

Enhance — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
E

dsh-enhance

Enhance

DSH web interface enhancements: Solarized light theme + Maple Mono font, compact conversation layout, collapsible thinking/toolchain capsules, official balance + current-round cost + usage chart

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

npx -y @deepseek-ai/dsh plugin --profile web add github:jiangnanquan/dsh-ux#9a2a16c57e05b051fc05ceea26cbcef90af60546
READMECompatibilityVersions
dsh-enhance

Compatibility and provenance

Enhance is published as dsh-enhance and currently resolves to version 1.0.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
8/21/2026

Versions

1.0.0stable
8/21/2026

Related plugins

Loading related plugins…

Latest
1.0.0
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
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-ux

中文 | English

DSH(DeepSeek Harness)Web 界面体验套件,包含两件东西:

部分内容
dsh-enhance(仓库根目录)DSH web 插件:主题、布局、折叠胶囊、账户用量
dsh-desktop(desktop/ 子目录)无边框 Electron 桌面壳,双击即用

dsh-enhance

能力(dsh-enhance)

类别内容
主题Solarized 浅色配色(深色保留官方默认)+ Maple Mono 字体栈(检测到才启用)
布局加宽消息列、紧凑间距、收窄输入队列、禁用橡皮筋滚动
折叠胶囊思考块聚合为 Think ×N 胶囊、工具调用聚合为 A → B → C 链路胶囊;长链路按可用宽度换行,每行独立成胶囊,点击任一行展开
账户用量底部显示官方账户余额、本轮 token 成本、近 30 天用量图表

长工具链会跟随消息列宽度自动重新分行,每个视觉行保持独立、完整的胶囊轮廓:

工具链换行后每行独立胶囊

安装

前置:已按 DSH 的 profile 机制运行(dsh web)。

dsh plugin --profile web add github:jiangnanquan/dsh-ux#main

本包声明了 dsh.bundle.patch 与 dsh.client,dsh plugin add 会自动把它加入 profile 的 bundles,重启 dsh 后即生效,无需手改任何配置。重复执行该命令是安全的(幂等);升级用 dsh plugin --profile web update dsh-enhance。

交给你的 AI

不想手动敲命令?把下面这段话粘贴给任意 AI agent(Claude Code、dsh、Gemini CLI……),让它读 INSTALL.md 并完成安装与自检:

请按照 https://github.com/jiangnanquan/dsh-ux/blob/main/INSTALL.md 里的步骤,在我的机器上安装并验证 dsh-enhance 插件(profile 用 web),然后运行文档里的健康检查并告诉我结果。如果任何一步失败,按文档的回滚步骤恢复原状并说明原因。

桌面壳(dsh-desktop)

macOS 无边框沉浸式窗口,把 dsh web 装进桌面应用形态:双击 启动 DSH.command 自动拉起后端 + 窗口,退出时只清理自己拉起的后端。支持 DSH_URL / DSH_SNAPSHOT 环境变量。

见 desktop/README.md。

依赖与前提(dsh-enhance)

  • 字体:优先使用 Maple Mono;未安装时自动回退到 PingFang SC / SF Mono / Menlo / 等宽字体,效果略有差异。推荐安装 Maple Mono 获得完整观感。
  • 余额 / 本轮成本 / 用量图表:调用 DeepSeek 官方接口,需要当前 DSH 已配置 DEEPSEEK_API_KEY 凭据;未配置时这些信息显示为查询失败/不可用,不影响其余功能。
  • 计价表按官方峰谷价(北京时间 9–12、14–18 高峰,其余空闲半价)硬编码,官方调价后需更新 lib/index.js 里的 pricingFor。

卸载

dsh plugin --profile web remove dsh-enhance

License

MIT