DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Translator — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
T

dsh-translator

Translator

DSH审批汉化 — DeepSeek 驱动的 dsh 审批弹窗自动汉化插件(approval dialog auto-translation for DeepSeek Harness)

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:xiyuepcl/dsh-approval-translator#2279a497b82029384c5126f9318a9b83141788cd
READMECompatibilityVersions

Compatibility and provenance

Translator is published as dsh-translator and currently resolves to version 0.1.3. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
8/20/2026

Versions

0.1.3stable
8/20/2026

Related plugins

Loading related plugins…

Latest
0.1.3
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 1
Weekly downloads
0
Last push
8/20/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in developer-tools.

Web App@deepseek-ai/dsh-web-appThe dsh browser-surface bundle: the web patch layer over dsh-base plus the runtime glue plugin (frontend dist serving, web-surface prompt, bash runtime variables, URL line)Sdk Minimal@deepseek-ai/dsh-sdk-minimalThe standalone minimal SDK profile bundle: JSON-RPC, one DeepSeek adapter, persistent shell, and JSONL sessionsSdk App@deepseek-ai/dsh-sdk-appThe dsh SDK profile bundle: stdio JSON-RPC serving and process lifecycle over dsh-baseSubagent Codex@deepseek-ai/dsh-subagent-codexOne-shot Codex subagent provider over the official app-server protocol

README

DSH审批汉化 · dsh-translator

DSH审批汉化 — DeepSeek 驱动的 DeepSeek Harness (dsh) 审批弹窗自动汉化插件。 Agent 请求审批(如沙箱权限升级)时,审批弹窗的说明文字会在到达浏览器之前被翻译成简体中文——弹窗原生渲染中文,React 重渲染也无法还原。命令行保持英文(它是命令,不是说明)。

Approval dialog auto-translation for DeepSeek Harness (dsh). The reason text is translated to Simplified Chinese before it reaches the browser, so React can never revert it; the command line stays English on purpose.

安装 Install

npx -y @deepseek-ai/dsh plugin --profile web-desktop add https://github.com/xiyuepcl/dsh-approval-translator/releases/download/v0.1.3/dsh-translator-0.1.3.tgz

(桌面客户端 EAC 4.x 用 web-desktop profile;CLI 网页版用 web。)装完重启 Web 服务/EAC 即可。无需配置——使用你已配置的 DeepSeek provider/凭证(每次审批约 1 秒 + 少量 token)。

EAC 4.x uses the web-desktop profile; the CLI web uses web. Replace the profile name accordingly.

原理 How it works

  • Node 半边以 ctx.on('approval/request', ..., true)(prepend)挂一个瀑布监听器,抢在官方答案器之前用 ctx.llm 翻译 req.reason。
  • 持久化的 approval/asked 审计事件保留原始 reason;只有展示给用户的文本被翻译。
  • 已是中文或不可翻译的 reason 原样放行;翻译失败绝不影响审批(仅记录一条错误日志)。
  • 浏览器半边是无操作(早先的 DOM 改写方案被 React 重渲染击败,已弃用)。

卸载 Uninstall

npx -y @deepseek-ai/dsh plugin --profile web-desktop remove dsh-translator

License

MIT