jing-hy/dsh-think-zh-expand-eac0

dsh-think-zh-expand-eac

DSH 思考增强插件(EAC 定制版):强制思考与回复为中文,并汉化界面硬编码英文,不冲突折叠插件

AI 分析

核心用途是强制 Agent 思考和回复均使用中文,并汉化 DSH 界面。适合习惯全中文交互,且需要同时使用对话折叠插件的用户。

包名
dsh-think-zh-expand-eac
版本
1.0.0
许可证
MIT
最近更新
2026年9月11日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:jing-hy/dsh-think-zh-expand-eac

与折叠插件一起使用

本版设计目标就是与折叠插件共存。推荐组合:

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-collapsedsh-turn-fold——它们都通过 DOM/渲染器操作对话区, 机制互相致盲。二选一。