ayanJava111/dsh-thinking-language-zh

ayanJava111★ 1TypeScript最后同步: 2026-08-16

在 GitHub 打开

deepseek harness思考过程中文插件

README 摘要

dsh-thinking-language English 中文 A one-section DeepSeek Harness bundle that pins the language an agent thinks, reasons, and replies in. The shipped default is Chinese mode: once installed, every agent composed by the deployment gets an ordered system-prompt section right after its persona telling the model to think and answer in Chinese. It works on any DeepSeek Harness deployment (Web UI, headless, ACP) because it only contributes a system-prompt section — no tools, no shell access, no model changes. Install That installs the package into the profile and appends the bundle layer (the package declares dsh.bundle , so dsh plugin activates it automatically). Then: The layer registers the thinking-language row, whose default config is the Chinese instruction. No further setup is needed. Verify the layer first without starting: Config One row, three fields: Key Default Meaning text the Chinese instruction below The instruction rendered as the thinking:language section. A template: complete {{…}} groups interpolate strictly against registered prompt variables ( {{model}} and {{cwd}} are registered by the shipped agent loop). Empty text drops the section at render. complete false Make th…

在 GitHub 查看完整 README →
工具/开发chinesedeepseek-harnessdsh-pluginpromptweb uiagent

分类