
magian1127/deepseek-harness-zh_pro
51Last commit Aug 15, 2026
deepseek-harness-zh_pro DSH plugin
This plugin provides Chinese UI enhancements for DeepSeek Harness, including Chinese localization, full statistics display, auto-expand latest thoughts, and adjustable chat width. It also offers a configurable prompt injection feature that is disabled by default. All settings are available in the DSH settings panel under 'Enhancement Settings'.
How to install the deepseek-harness-zh_pro DSH plugin
dsh plugin --profile web add deepseek-harness-zh_proCopying does not run this command. Review the repository and version before installing the deepseek-harness-zh_pro DSH plugin.
deepseek-harness-zh_pro DSH plugin data source
deepseek-harness-zh_pro DSH plugin snapshot date: Aug 16, 2026
discovered
What the deepseek-harness-zh_pro DSH plugin can do
- Chinese UI completion: corrects remaining English text, unifies tokens, keys, model identifiers, durations, and number formats.
- Full statistics display: keeps chat statistics in a single line, auto-shrinks font size, and enables horizontal scrolling for extremely long lines.
- Auto-expand latest thought: automatically expands the newest streaming thought and collapses the previous one when a new thought appears.
- Adjustable chat width: allows adjusting chat column width from 50% to 100% on large screens, with equal margins on both sides.
- Optional prompt injection: injects an editable prompt into subsequent model requests, either as initial system prompt or first user prompt (disabled by default).
Where the deepseek-harness-zh_pro DSH plugin fits
- Chinese-speaking users who want a fully localized DeepSeek Harness interface.
- Users who need to monitor chat statistics continuously without truncation.
- Users who want to automatically follow the latest streaming thought during conversations.
- Large-screen users who want to optimize chat width for better readability.
- Developers who need to inject custom prompts to adjust model behavior via an optional toggle.
Who the deepseek-harness-zh_pro DSH plugin is for
- Chinese users of DeepSeek Harness Web GUI.
- Users who prefer a more complete and readable Chinese interface.
- Developers who want to experiment with prompt injection for testing or customization.
deepseek-harness-zh_pro DSH plugin limitations
- UI enhancements are only applied to the Chinese interface; English interface remains unaffected.
- Prompt injection is disabled by default and must be manually enabled by the user.
- Some residual English text may remain as the plugin only covers a confirmed built-in list; untranslated text is left unchanged to avoid altering third-party content.
- Requires Node.js version ^22.19.0 or >=24.0.0 and DeepSeek Harness Web GUI with profile 'web'.
- Plugin does not register model tools or upload data; only prompt injection modifies requests when explicitly enabled.
deepseek-harness-zh_pro DSH plugin: from the repository README
Quoted from the magian1127/deepseek-harness-zh_pro README, the upstream source of the deepseek-harness-zh_pro DSH plugin. Copyright remains with the original authors.
**DeepSeek Harness 中文增强插件** <p align="center"> <img alt="版本 0.5.0" src="https://img.shields.io/badge/%E7%89%88%E6%9C%AC-0.5.0-5965d8"> <img alt="界面 中文" src="https://img.shields.io/badge/%E7%95%8C%E9%9D%A2-%E4%B8%AD%E6%96%87-4aa3ff"> <img alt="MIT License" src="https://img.shields.io/badge/license-MIT-3b7a57"> </p> 让 DeepSeek Harness 的中文界面更完整、更易读。所有界面增强只在中文界面生效; 提示词注入是独立的显式开关,默认关闭。 ## 功能 | 功能 | 默认值 | 说明 | | --- | --- | --- | | 中文补全 | 开 | 修正残留英文,统一词元、接口密钥、模型标识、时长和数量格式 | | 统计全显示 | 开 | 聊天统计保持单行完整显示,自动缩小字号,极端超长时横向滚动 | | 自动展开最新思考 | 开 | 流式思考出现时展开最新一条,新思考出现时收起上一条自动展开内容 | | 对话宽度 | 开,90% | 大屏下按 50%–100% 调整聊天列宽,两侧留白均分 | | 提示词注入 | 关 | 向后续模型请求注入可编辑提示词,可选初始系统提示或首用户提示词 | 所有功能都在 **DSH 设置 → 增强设置** 中配置。完整默认值和边界见 [行为契约](https://github.com/magian1127/deepseek-harness-zh_pro/blob/master/docs/behavior.md)。 ## 环境要求 - DeepSeek Harness Web GUI,默认 profile 为 `web` - Node.js `^22.19.0 || >=24.0.0` ## 安装 ```sh # 官方通道:安装后重启一次 DSH dsh plugin --profile web add deepseek-harness-zh_pro # 热安装:DSH 正在运行时可立即生效 npx -y deepseek-harness-zh_pro install --profile web ``` 本地源码联调: ```powershell node bin/dsh-zh.mjs install --profile web --link $PWD ``` 安装后可检查状态: ```sh npx -y deepseek-harness-zh_pro status -
Read the full READMERepository license: MIT
deepseek-harness-zh_pro DSH plugin questions
How do I install deepseek-harness-zh_pro?
You can install it via the official DSH plugin command: `dsh plugin --profile web add deepseek-harness-zh_pro`. After installation, restart DSH once. Alternatively, you can use hot installation with `npx -y deepseek-harness-zh_pro install --profile web` which takes effect immediately without restart.
Does this plugin enable prompt injection automatically?
No, prompt injection is disabled by default. You need to manually enable it in DSH settings under 'Enhancement Settings'. Editing the prompt text alone does not activate injection; you must toggle the switch on.
Why are there still some English texts in the interface?
The plugin only covers a confirmed built-in list of DOM hardcoded texts. Any text not in that list is left unchanged to avoid accidentally modifying the main content or third-party plugin content. If you encounter untranslated English, it may be from areas not yet covered.
Can I install this plugin via dshmarket?
Yes, the plugin declares a persistent bundle, so it is compatible with dshmarket installation. Installing via the market will not cause duplicate loading when restarting DSH.
How do I uninstall the plugin?
Run `dsh plugin --profile web remove deepseek-harness-zh_pro` or `npx -y deepseek-harness-zh_pro remove --profile web`. Uninstallation cleans up temporary hot-run files and running entries, but your DSH session data is not deleted. Settings stored in localStorage and settings.yaml may persist, so if you reinstall, you can reuse them.