qingli-sketch/dsh-ui-kit--packages-dsh-think-language ↗★ 1
dsh-think-language
Think-language preference: a Settings row to choose the model's think (reasoning) language, persisted to the user-global AGENTS.md instruction file
AI Analysis
核心用途是控制大模型的推理输出语言。适合需要强制模型使用特定语言进行深度思考和推理的用户。
Install
This plugin has no verified bundle, or compatibility checks failed. Read the repository notes first. Read the full README ↗
README
Read the full README ↗dsh-think-language
DeepSeek Harness Web UI 插件:在 设置 → 常规 中新增「思考语言」下拉项。
- 19 种语言可选(简体/繁体中文、英、日、韩、德、法、西、葡、意、俄、阿、印、荷、波、土、越、泰、印尼);
- 选择结果以受管指令块(``)写入
$DSH_HOME/AGENTS.md,对所有会话生效,重启后保留; - Host 半通过
/think-lang路由(GET 读取 / POST 写入)与 Client 半通信。
安装与配置见仓库根目录 README。