DeepSeek Harness plugin

dsh-think-chinese

DSH 插件:让模型始终用中文进行内部推理与思考(think in Chinese)。

Jump to install

Source facts

Repository
lingtima/dsh-think-chinese
Latest update
Aug 14, 2026
Category
Models & Providers
GitHub stars
1
Format
plugin
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
package.json#dsh.bundle
Checked against
0.1.0-rc.8
Upstream check date
2026-08-20

This evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.

Install

Start with a prompt that asks an agent to review the GitHub repository and source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to review the GitHub repository and source first.

Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:

1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.

Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.

GitHub: https://github.com/lingtima/dsh-think-chinese
Plugin: dsh-think-chinese
Author: lingtima

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer2 files
README.mdSource · read only

<h1 align="center">dsh-think-chinese</h1>

<p align="center"> <strong>让 DeepSeek Harness 里的模型始终用中文进行内部推理与思考</strong><br/> 官方 bundle 插件:一条系统提示词段落,作用于安装它的 profile 上的所有会话 </p>

<p align="center"> <a href="LICENSE"><img src="https://badgen.net/badge/license/MIT/green" alt="license" /></a> <a href="https://www.npmjs.com/package/dsh-think-chinese"><img src="https://img.shields.io/npm/v/dsh-think-chinese" alt="npm" /></a> </p>

---

DSH(DeepSeek Harness)的模型在展示「思考过程(Thinking)」时,默认倾向于用英文推理。本插件通过注册一条全局系统提示词段落,明确指示模型始终使用中文进行内部推理与思考——无论系统提示词、工具说明或对话使用何种语言。

安装

官方 bundle 插件,经 web profile 安装(安装后重启 web 生效)。

方式一:npm 安装

dsh plugin --profile web add dsh-think-chinese
# 重启 web

方式二:GitHub 直装(免构建,纯 JS 包)

dsh plugin --profile web add github:lingtima/dsh-think-chinese
# 重启 web

使用

安装并重启后无需任何配置:安装该插件的 profile 上,每个会话的每次模型请求都自动携带中文思考指令。子代理同样生效(段落是 profile 组合层的全局注册)。

验证是否生效:观察会话中模型的「思考过程(Thinking)」——应为中文。

能力

说明
System prompt 段落order: 50 注册 think-in-chinese 段落(人设之后、工具引导之前),指示模型始终用中文推理

卸载

dsh plugin --profile web remove dsh-think-chinese
# 重启 web

插件管理

已装插件可用 plugin-registry 的薄控制台管理(浏览器面板):管理 profile 插件安装态(bundle 层栈 + insert 行 + 启停),无需手改配置。安装:

dsh plugin --profile web add github:vlln/plugin-registry#main&path:/packages/plugin/console

工作原理

index.mjs 是标准 Cordis entry(命名导出 name/inject/apply),经 ctx.systemPrompt.section() 注册一条 PromptSection

  • order: 50 —— 按 DSH 约定位于人设(0)之后、工具引导(100–199)之前
  • text —— 中文思考指令,随每次提示词组装进入系统提示词
  • 段落 disposer 由 ctx.effect 托管,插件停止/更新/卸载时自动清理

License

MIT