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 的内部思考(思维链)始终使用简体中文。

包名
dsh-zh-thinking
版本
0.1.0
许可证
MIT
最近更新
2026年9月12日

安装

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

配置

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

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