TSOFTP-afk
deepseek-harness-personal-plugins
DeepSeek Harness 自用插件
- Stars
- 0
- Language
- TypeScript
- Created
- Aug 14, 2026
- Updated
- Aug 14, 2026
Introduction
DeepSeek Harness Personal Plugins / DeepSeek Harness 自用插件
Personal-use plugins for DeepSeek Harness (dsh). This repository currently ships one plugin: ui-terminology, which localizes professional UI terms into Chinese while keeping model names unchanged. 这是 DeepSeek Harness(dsh)的自用插件仓库,目前包含一个插件:ui-terminology(术语汉化插件),把界面上的专业术语汉化,同时保持模型名称不变。
ui-terminology
English:
ui-terminology is a Web client locale plugin for the dsh web GUI. It registers the terms locale namespace with zh/en dictionaries and localizes:
- Permission presets:
read-only→ 只读,workspace-write→ 工作区可写,danger-full-access→ 完全访问 - Built-in command names in the
/menu:permission→ 权限,plan→ 计划,goal→ 目标, and others - Full access confirmation copy
Model names (deepseek-chat, deepseek-reasoner), user-defined presets, skill names, and subagent names are never translated.
中文:
ui-terminology 是 dsh Web 界面的客户端 locale 插件,注册 terms 命名空间(中英文词典),并汉化:
- 权限预设:
read-only→ 只读、workspace-write→ 工作区可写、danger-full-access→ 完全访问 /菜单中的内置命令名:permission→ 权限、plan→ 计划、goal→ 目标等- Full access 风险确认文案
模型名(deepseek-chat、deepseek-reasoner)、用户自定义预设、技能名和子智能体名永远不会被翻译。
Folder layout / 目录结构
ui-terminology/— plugin source, tests, package metadata / 插件源码、测试与包元数据ui-terminology/integration.patch— complete patch that wires this plugin intodeepseek-ai/deepseek-harness(master) and updates the three consuming Web packages / 完整补丁,用于把该插件接入deepseek-ai/deepseek-harness(master),并更新三个消费它的 Web 包
Usage / 使用方法
English: apply ui-terminology/integration.patch to a DeepSeek Harness checkout, run pnpm install && pnpm run build, then start the web profile.
中文:把 ui-terminology/integration.patch 应用到 DeepSeek Harness 源码,执行 pnpm install && pnpm run build,然后启动 web profile。
License / 开源协议
MIT License / MIT 开源协议