Solarized light theme, compact layout, think/tool-chain collapse capsules, and balance, session cost, and usage dashboards for the DSH web UI.
Install
# from GitHub (first run asks for allowBuilds approval — follow the hint, retry)
dsh plugin --profile web add github:jiangnanquan/dsh-ux
GitHub-sourced plugins run build scripts on your machine at install time. Only install sources you trust, and pin a commit (github:owner/repo#sha).
README
DSH(DeepSeek Harness)Web 界面体验套件,包含两件东西:
| 部分 | 内容 |
|---|---|
| dsh-enhance(仓库根目录) | DSH web 插件:主题、布局、折叠胶囊、账户用量 |
dsh-desktop(desktop/ 子目录) |
无边框 Electron 桌面壳,双击即用 |

能力(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 环境变量。
依赖与前提(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
Links
More in this category
zhu1090093659/dsh-web-ui★ 1766
Plugin and skin collection for the DSH Web UI: task board, Git graph, right-side panel, remote mobile UI, pet, live token stats, and a skin center.
ccch1mneyyy/dsh-TUI★ 829
Claude Code-style full-screen terminal UI: pixel-whale header, live status line, and streaming thought expansion.
omdsh-dev/DSH-better-sidebar★ 705
Full sidebar workbench with file rendering and editing, terminal, Git, and subagents; third-party plugins can register new tabs.
huiliyi37/dsh-tianshu-tui★ 131
A terminal UI (TUI) for DeepSeek Harness.
omdsh-dev/dsh-at-file★ 117
Codex-style `@file` mentions: search workspace files in the composer and attach their contents to prompts.
Nagi-ovo/dsh-visualize★ 79
In-conversation generative UI: the model renders interactive HTML cards into the chat stream, with streaming preview and sandboxed rendering.