dsh-lang-zh
Injects a fixed system-prompt section so the agent always replies in Simplified Chinese — including the short narration between tool calls — unless you explicitly ask for another language. Applies to every session and preset without overriding the persona.
向系统提示注入固定语言指令,让 Agent 始终用简体中文回复(含工具调用之间的叙述文字),除非你明确要求其他语言;对所有会话与预设生效,且不覆盖 persona。
How to install
dsh plugin add github:Yantingmo/dsh-lang-zh About
dsh-lang-zh · DSH 简体中文语言插件 Make DeepSeek Harness agents **always reply in Simplified Chinese**, including the short narration text between tool calls. 让 DSH 的模型始终用简体中文回复, 连工具调用之间的"边干活边说"的叙述文字也是中文。 作用 / What it does DSH 本身不会固定模型的输出语言——模型会跟随你的语言写最终答案,但中间过程的 叙述文字(轨迹里的 assistant 短句)容易受上下文影响漂移到英文。本插件在系统提示词里 注入一条明确的语言指令,让**所有会话、所有 agent preset** 都: 用简体中文写最终回复; 工具调用之间的叙述文字也用简体中文; 思考过程尽量使用中文; 除非用户明确要求使用其他语言。 安装后**立即生效(无需重启)**,对之后产生的每条消息都有效。 为什么需要 / Why 两次对话、同样的模型(deepseek-v4-flash)、同样的系统提示词,一次叙述是中文、 一次是英文——这不是 bug,是模型每轮自主选择输出语言的结果。上下文里英文内容 (工具输出、日志)越多,叙述越容易漂成英文。与其每次开头叮嘱一句,不如用插件 一次性固定下来。 安装 / Install s…
Recommendation signals
Meta
- License
- MIT
- Language
- JavaScript
- GitHub stars
- 0
- mo. downloads
- –
- Last push
- 2026-08-22
- Created
- 2026-08-22
Links
Basic safety check
- Findings
- curated 收录但无 npm 包/安装命令
- Sources
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
Related plugins
DSH-EasyRewrite
Renzic-Stone/DSH-EasyRewrite
Inline-edit and recall your own user messages in dsh web — lazily and seamlessly, with a version pager and per-session draft persistence.
dsh-maze
lamost423/dsh-maze
Execution maze for DSH sessions: the agent's real path — main advance, failed or dead-end detours, backtracks, request retries and subagent branches — drawn on one wall-clock timeline, with three tracks under each lane sharing that axis (tool-call density, token pulse, context pressure) and a deterministic analysis panel below it (tool result matrix, failure-recovery chains, duration distribution); watch it grow live in a session tab, or upload up to 5 session logs for a same-axis compare.
dsh-web
zhu1090093659/dsh-web-ui/tree/main/packages/dsh-chat-recovery
Chat recovery for DSH: edit the last finished user message and explicitly retry failed turns, both via session-fork branches that leave the original conversation untouched.