Chinese UI enhancement for the DSH web client: completes the Chinese locale, keeps the session stats line fully visible on one row, and adds an Enhancements settings section with configurable chat width.
Install
# from npm (prebuilt)
dsh plugin --profile web add deepseek-harness-zh_pro
# from GitHub (first run asks for allowBuilds approval — follow the hint, retry)
dsh plugin --profile web add github:magian1127/deepseek-harness-zh_pro
Any plugin you install runs third-party code with your own permissions — it can read your files, use your credentials, and reach the network, and tool approvals don’t sandbox it. GitHub-sourced plugins also run build scripts at install time. Only install sources you trust, and pin a commit (github:owner/repo#sha).
README
DeepSeek Harness 中文增强插件
让 DeepSeek Harness 的中文界面更好用。仅中文界面生效,英文界面零影响。
功能
| # | 功能 | 说明 |
|---|---|---|
| 1 | 中文补全 | 修正残留英文:tok/s→词元/秒、LLM→大模型、API 密钥→接口密钥、Full access→完全访问、agent→代理、plan mode→计划模式;时长/数量统一中文格式(48m48s→48分48秒、46.7M→4670万) |
| 2 | 统计全显示 | 统计行 9 轮 · 203 步 | LLM 49分59秒 · … 不再省略号截断:单行完整显示,自动缩字号适配,极端超长时同一行横向滚动 |
| 3 | 对话宽度 | 大屏(≥1200px)下按百分比设置聊天列宽,例如 90% → 两侧各 5% 留白,不再有大片空白 |
功能都可在 DSH 设置 → 增强设置 中开关(对话宽度还带比例输入框),即时生效。
安装
# 方式一:官方命令,重启一次后生效
dsh plugin --profile web add deepseek-harness-zh_pro
# 方式二:npx 热安装(DSH 服务运行时,无需重启)
npx -y deepseek-harness-zh_pro install --profile web
卸载
dsh plugin --profile web remove deepseek-harness-zh_pro
# 或
npx -y deepseek-harness-zh_pro remove --profile web
两种卸载都是热卸载,无需重启。
常见问题
会影响英文界面吗? 不会。只在界面语言为「中文」时生效。
更新需要重启吗? 插件内容更新后刷新网页(Ctrl+Shift+R)即生效。
能在 dshmarket 里装吗? 可以。插件已声明 dsh.bundle,市场安装/重启后均正常挂载,不会重复加载。
License
Links
More in this category
zhu1090093659/dsh-web-ui#packages/dsh-web-ui-all★ 2263
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★ 1051
Claude Code-style full-screen terminal UI: pixel-whale header, live status line, and streaming thought expansion.
omdsh-dev/DSH-better-sidebar★ 920
Full sidebar workbench with file rendering and editing, terminal, Git, and subagents; third-party plugins can register new tabs.
omdsh-dev/dsh-at-file★ 171
Codex-style `@file` mentions: search workspace files in the composer and attach their contents to prompts.
huiliyi37/dsh-tianshu-tui★ 143
A terminal UI (TUI) for DeepSeek Harness.
Nagi-ovo/dsh-visualize★ 90
In-conversation generative UI: the model renders interactive HTML cards into the chat stream, with streaming preview and sandboxed rendering.