DSH Plugins Marketplace

DSH Plugins

Plugins

/

deepseek-harness-zh-cn

i

deepseek-harness-zh-cn

Discovered12

让 DeepSeek Harness 的推理(reasoning)与输出默认使用简体中文的中文插件。A Chinese-first plugin that makes [DeepSeek Harness](https://github.com/deepseek-ai/deepseek-harness) reason (`reasoning`) and answer in Simplified Ch

deepseek-harness-zh-cn

English | 简体中文

npm version license downloads

A Chinese-first plugin that makes DeepSeek Harness reason (reasoning) and answer in Simplified Chinese by default.

Overview

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:

  • Method 1 (recommended, simplest): copy AGENTS.md.example to ~/.dsh/AGENTS.md.
  • Method 2 (plugin): install this package from npm and mount it in the profile.

Tip: this plugin's "Chinese-first" rules can also be achieved with the keep-reminder plugin — put the same rules into a project's .keep-reminder file, and customize the content freely (not limited to language).

Screenshot

Screenshot 1 Screenshot 2

Quick Start

Method 1: Copy AGENTS.md (recommended)

Copy AGENTS.md.example to the DSH home directory as AGENTS.md:

  • Linux / macOS: ~/.dsh/AGENTS.md
  • Windows: C:\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).

Method 2: Install the npm plugin

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 install runs 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.

Scope and Limitations

  • Affects both the model's final answer and its reasoning (thinking) channel.
  • There is no harness or DeepSeek API switch that forces the reasoning language; on technical tasks the model's reasoning_content may still be English. A fully Chinese prompt maximizes the probability but does not guarantee it.

How It Works

  • Method 1: ~/.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.
  • Method 2: the plugin listens to the 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.

Development

Build

npm install
npm run build      # compiles src → lib/index.js

Mount locally

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.

Restart

npx @deepseek-ai/dsh web

Stop the running service first if it is already up.

Verify

# 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.

Disclaimer

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.

License

Apache-2.0

Similar plugins

DSH-Think-zh

by Len7183

DeepSeek Harness 默认的思考语言为英文,这不利于中文使用者阅读推理过程与复核结论。本插件通过在每次请求的 system prompt 中注入一条精简的强制语言指令,使: 思考过程强制简体中文,无论用户用什么语言提问。

Terminal & ClientsManifest valid

20

MIT

TypeScript

Sep 5, 2026

dsh plugin --profile web add dsh-think-zh

by qwert702

DeepSeek Harness 插件:英文回复自动翻译成中文,工具调用附带一行中文注释;翻译走独立请求,不占用上下文窗口

UI & ExperienceManifest valid

3

JavaScript

Sep 5, 2026

dsh plugin --profile web add dsh-auto-translate

by 2BingLing

DeepSeek Harness 插件市场 · 持续收录 6000+ DSH 插件:中文搜索 + 实用五维评分 + 一键安装。Web 版与 DSH 侧边栏插件双形态。Plugin marketplace for DeepSeek Harness: 6000+ plugins, Chinese search, 5-dim scoring, one-click install.

Development & InfrastructureManifest valid

110

1.9k/wk

NOASSERTION

TypeScript

Sep 15, 2026

dsh plugin --profile web add @dsh-market/plugin

by zjl1989-li

DeepSeek Harness 中文汉化插件:运行时把所有系统提示词、工具描述与运行时上下文翻译成中文(system-prompt/assemble 瀑布钩子,零源码修改)

Tools & CapabilitiesManifest valid

6

217/wk

MIT

JavaScript

Aug 27, 2026

dsh plugin --profile web add dsh-harness-zh-cn

Add six languages (繁體中文, 日本語, 한국어, Français, Deutsch, Español) to the DeepSeek Harness Web UI language options, with hand-polished per-language translations and automatic fallbacks (Simplified-to-Trad

UI & ExperienceManifest valid

0

dsh plugin --profile web add dsh-multi-lang-ui

by chiyulogg-commits

DeepSeek Harness 台灣繁體中文插件|Taiwan Traditional Chinese plugin for DSH — 繁體中文 中文化 語系 zh-TW i18n

Manifest valid

0

MIT

JavaScript

Aug 16, 2026

dsh plugin --profile web add dsh-zh-hant-tw