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

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.

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/渲染器操作对话区, 机制互相致盲。二选一。