zjl1989-li/dsh-harness-zh-cn ↗★ 2
dsh-harness-zh-cn
DeepSeek Harness 中文汉化插件:在运行时将系统提示词、工具描述及上下文翻译成中文,不修改源码。
AI 分析
核心用途是实现 DSH 运行时的全中文本地化。适合希望降低英文提示词阅读门槛、提升中文交互体验的用户。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:zjl1989-li/dsh-harness-zh-cn说明文档
阅读完整 README ↗配置
| 配置项 | 类型 | 默认值 | 说明 |
|---|---|---|---|
includeSections | boolean | true | 翻译系统提示词 sections(身份、工具指导等) |
includeContexts | boolean | true | 翻译运行时上下文 contexts(沙箱策略、审批策略、委托声明等) |
includeTools | boolean | true | 翻译工具描述与参数描述 |
verbose | boolean | false | 调试日志 |