deepseek-harness
deepseek-ai
DeepSeek Harness: Everything is a Plugin.
imlishiyuan/deepseek-harness-zh-cn
让 DeepSeek Harness 的推理(reasoning)与输出默认使用简体中文的中文插件。A Chinese-first plugin that makes [DeepSeek Harness](https://github.com/deepseek-ai/deepseek-harness) reason (`reasoning`) and answer in Simplified Chinese by default.
PROJECT TOPICS
PROJECT README
English | 简体中文
A Chinese-first plugin that makes DeepSeek Harness reason (reasoning) and answer in Simplified Chinese by default.
This project offers two ways (choose one; the first is recommended) to turn your DSH's reasoning and output into Simplified Chinese, so Chinese-speaking users can read the trajectory and processing directly without translation overhead:
AGENTS.md.example to ~/.dsh/AGENTS.md.
Copy AGENTS.md.example to the DSH home directory as AGENTS.md:
~/.dsh/AGENTS.mdC:\Users\<you>\.dsh\AGENTS.md# Linux / macOS
cp AGENTS.md.example ~/.dsh/AGENTS.md
On Windows, copy the file manually. Then restart dsh web (or start a new session).
A. Official command (backs onto pnpm; install pnpm first):
npm i -g pnpm
dsh plugin --profile web add deepseek-harness-zh-cn
B. Install with npm directly into the profile directory:
cd ~/.dsh/profiles/web # Windows: C:\Users\<you>\.dsh\profiles\web
npm install deepseek-harness-zh-cn --save
Note: this
npm installruns inside the DSH profile directory, not this plugin's project directory.
Mount it in ~/.dsh/profiles/<name>/cordis.patch.yml:
- insert:
- id: dsh-zh
name: 'deepseek-harness-zh-cn'
Restart dsh web.
reasoning_content may still be English. A fully Chinese prompt maximizes the probability but does not guarantee it.~/.dsh/AGENTS.md is injected by dsh-agent-instructions as a <system-reminder> user message — guidance-level, lower priority than the system prompt and direct user instructions.agent/pre-step waterfall and appends a <system-reminder> user message to the request batch at the first step of each turn, reinforcing the Chinese rule once per turn.npm install
npm run build # compiles src → lib/index.js
During development you can mount the compiled output directly via a file:// URL,
with no package install. Edit ~/.dsh/profiles/<name>/cordis.patch.yml:
- insert:
- id: dsh-zh
name: 'file:///D:/ui-workspace/deepseek-harness-zh-cn/lib/index.js'
Adjust the URL to your checkout path.
npx @deepseek-ai/dsh web
Stop the running service first if it is already up.
# Windows
npx @deepseek-ai/dsh web --dump-config | findstr /C:"dsh-zh"
# Linux / macOS
npx @deepseek-ai/dsh web --dump-config | grep dsh-zh
Seeing the dsh-zh row means the plugin is mounted. Then start a new session and the
model should reason and answer in Simplified Chinese.
This project only injects a language directive; it does not modify model weights or the inference logic. The actual output language still depends on the selected model's behavior, and this project is not responsible for results where the model fails to follow the Chinese directive.
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: 无有效分类标签。