deepseek-harness
deepseek-ai
DeepSeek Harness: Everything is a Plugin.
PROJECT TOPICS
PROJECT README
🌐 简体中文 | English
让 DeepSeek Harness 的 agent 默认用中文思考、用中文回复。
Makes your DeepSeek Harness agent think and answer in Chinese by default.
安装后,agent 的 system prompt 会多出「中文思考」一节:你在对话里用中文,它就全程用中文想、用中文答 —— 不再「聊着聊着吐英文」。这一节是可配置的预设:改 config.text 就能换成你自己的中文思考指令。
本插件尚未发布到 npm(dsh-chinese-thinking 这个名字已验证可注册),目前用本地路径安装。先克隆本仓库,再在仓库根目录执行:
npm install # 先装依赖(@deepseek-ai/schemastery)
dsh plugin --profile <你的 profile> add .
装完重启 dsh,开一段新对话即可生效。
默认配置(cordis.patch.yml 里的 config: {} 走 schema 默认值):
| 键 | 默认 | 说明 |
|---|---|---|
enabled |
true |
是否注入「中文思考」system prompt 节 |
order |
60 |
节的顺序(-100 身份、0 persona、100–199 工具指引) |
text |
见 prompt.js |
提示词正文,可整体覆盖 |
覆盖示例(写在你自己 profile 的 cordis.patch.yml,patch 会整体替换该行的 config):
- insert:
- id: chinese-thinking
name: 'dsh-chinese-thinking'
config:
enabled: true
order: 60
text: |
用中文思考,用中文回复。
本插件是 superpowers-zh(MIT,9k+ 下载/月,7.6k★)的移植(port)。提示词正文逐字来自其 chinese-documentation、chinese-code-review、chinese-commit-conventions、chinese-git-workflow 与 using-superpowers 五个 skill 正文,源文件 SHA-256 已钉在 THIRD_PARTY_NOTICES.md,可自行核验。
如果你觉得有用,请也给上游 superpowers-zh 一个 star ⭐
MIT。见 LICENSE 与 THIRD_PARTY_NOTICES.md。
授权/合规询问 → GitHub issues
🌐 简体中文 | English
Makes your DeepSeek Harness agent think and answer in Chinese by default.
chinese-documentationchinese-code-review)type, Chinese scope/description/body (chinese-commit-conventions)chinese-git-workflow)After installation, a "Chinese Thinking" section is added to the agent's system prompt: once you chat in Chinese, the agent thinks and answers in Chinese end to end — no more drifting into English mid-conversation. The section is a configurable preset: override config.text to ship your own Chinese-thinking instructions.
This plugin is not published to npm yet (the name dsh-chinese-thinking is verified available), so install from a local path. Clone this repo first, then run from the repo root:
npm install # installs @deepseek-ai/schemastery first
dsh plugin --profile <your-profile> add .
Restart dsh and start a new conversation to activate.
Defaults (the config: {} in cordis.patch.yml resolves to schema defaults):
| Key | Default | Meaning |
|---|---|---|
enabled |
true |
Whether to inject the "Chinese Thinking" system-prompt section |
order |
60 |
Section order (-100 identity, 0 persona, 100–199 tool guidance) |
text |
see prompt.js |
The prompt body; replace wholesale to customize |
Override example (in your profile's own cordis.patch.yml — a patch replaces the row's entire config):
- insert:
- id: chinese-thinking
name: 'dsh-chinese-thinking'
config:
enabled: true
order: 60
text: |
Think in Chinese, answer in Chinese.
This plugin is a port of superpowers-zh (MIT, 9k+ downloads/month, 7.6k★). The prompt body is copied verbatim from its chinese-documentation, chinese-code-review, chinese-commit-conventions, chinese-git-workflow, and using-superpowers skill bodies; source SHA-256 hashes are pinned in THIRD_PARTY_NOTICES.md for self-verification.
If you find this useful, please star the upstream superpowers-zh too ⭐
MIT. See LICENSE and THIRD_PARTY_NOTICES.md.
License/compliance inquiries → GitHub issues
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: 无有效分类标签。