yingjian666/dsh-zh-thinking0

dsh-zh-thinking

DSH host plugin: force the agent's chain-of-thought / reasoning / planning / tool-invocation deliberation to stay in Simplified Chinese — 让 Agent 的内部思考(思维链)始终使用简体中文。

AI Analysis

核心用途是解决大模型在思考过程中中英混杂的问题,强制其思维链输出为中文。适合希望阅读纯中文推理过程的用户。当前版本为零配置,直接注入规则。

Package
dsh-zh-thinking
Version
0.1.0
License
MIT
Last updated
Sep 12, 2026

Install

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:yingjian666/dsh-zh-thinking

配置

当前版本为零配置、固定行为:始终注入中文思考规则,且不额外强制最终回答使用中文。

代码中预留了 enabledforceOutputZh 两个开关的读取接口(config?.enabledconfig?.forceOutputZh),但尚未定义配置 schema / 设置面板,因此暂不可在 GUI 中修改。若后续需要可配置化,请留意:引入 schema 类依赖(如 schemastery)会重新触发本地目录挂载时的依赖解析问题,需一并处理安装方式。