yingjian666/dsh-zh-thinking ↗★ 0
dsh-zh-thinking
DSH host plugin: force the agent's chain-of-thought / reasoning / planning / tool-invocation deliberation to stay in Simplified Chinese — 让 Agent 的内部思考(思维链)始终使用简体中文。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:yingjian666/dsh-zh-thinking说明文档
阅读完整 README ↗配置
当前版本为零配置、固定行为:始终注入中文思考规则,且不额外强制最终回答使用中文。
代码中预留了 enabled 与 forceOutputZh 两个开关的读取接口(config?.enabled、config?.forceOutputZh),但尚未定义配置 schema / 设置面板,因此暂不可在 GUI 中修改。若后续需要可配置化,请留意:引入 schema 类依赖(如 schemastery)会重新触发本地目录挂载时的依赖解析问题,需一并处理安装方式。