Dingpenghui-good/dsh-conversation-language ↗★ 2
dsh-conversation-language
DSH plugin for switching conversation language between Chinese and English
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Dingpenghui-good/dsh-conversation-language说明文档
阅读完整 README ↗方式一:使用 dsh 命令(推荐)
## 配置
### 方式一:通过设置界面
重启 DSH 后,打开 **设置 → 通用设置**,找到「对话内容语言」选项进行切换。
### 方式二:直接修改 settings.yaml
编辑 `~/.dsh/settings.yaml`(Windows:`%USERPROFILE%\.dsh\settings.yaml`):
```yaml
conversation-language:
conversationLanguage: zh # 或 en
然后重启 DSH。
使用
切换语言后,AI 将自动以对应语言进行思考和回复,并让所有面向用户可见的文本保持同一语言——
包括工具调用的参数值(pwsh/bash 卡片上显示的 description、todo_write 的 content、
subagent 的 description、任务与作业名称等)。也可通过 get_conversation_language Tool
查询当前设置。