jing-hy/dsh-think-zh-expand-eac ↗★ 0
dsh-think-zh-expand-eac
DSH 思考增强插件(EAC 定制版):思考与回复强制中文(system-prompt 注入)+ 界面硬编码英文中文化。已移除全部接管对话渲染器的显示功能,不再与折叠类插件(dsh-auto-collapse / dsh-turn-fold)抢占 assistant-step 座位。DSH web plugin (EAC fork): force Chinese agent thinking/replies + localize hard-coded UI labels, with all renderer-hijacking display features removed.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:jing-hy/dsh-think-zh-expand-eac说明文档
阅读完整 README ↗与折叠插件一起使用
本版设计目标就是与折叠插件共存。推荐组合:
dsh plugin --profile web-desktop add dsh-auto-collapse # 或 dsh-turn-fold
dsh plugin --profile web-desktop add github:jing-hy/dsh-think-zh-expand-eac
不要同时启用 dsh-auto-collapse 与 dsh-turn-fold——它们都通过 DOM/渲染器操作对话区,
机制互相致盲。二选一。