imlishiyuan/deepseek-harness-zh-cn

imlishiyuan★ 3TypeScriptLast synced: 2026-08-14

Open on GitHub

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

README excerpt

deepseek-harness-zh-cn English 简体中文 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. Screenshot 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\ \.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): B. Install with npm directly into the profile directory : Note: this npm install runs inside the DSH profile directory , not this plugin's project directory. Mount it in /.dsh/profiles/ /cordis.patch.yml : Restart dsh web . Scope and Limitations - Affects both the…

View full README on GitHub →
Tools / Devdsh-pluginagent

Category