deepseek-harness
deepseek-ai
DeepSeek Harness: Everything is a Plugin.
PROJECT TOPICS
INSTALL REFERENCE
dsh plugin --profile web add github:nicearrack/dsh-translator
该命令指向仓库当前默认分支;尚无绑定当前 commit 的完整验证结果。
PROJECT README
Youdao-style word-selection translation for DeepSeek Harness (DSH).
Select any text — a conversation message, the sidebar, an input field — and a floating translate button appears at the selection's top-right corner. Click it to get a translation card. Translations are produced by the harness's own LLM: no API keys, no third-party endpoints, your selected text never leaves the model pipeline you already configured.
| English | 中文 README |
|---|
Select text → click the floating translate button → the translation card appears. Drag the card by its header to move it, or pin it so it can't be dismissed by accident. Click the translation (or the source text, or an error message) to copy it. The card's footer shows the translation direction, the model, the reasoning effort, and the token consumption.
Select text → the floating translate button appears at the selection's top-right corner:

Click it → the translation card opens (English → Chinese):

Chinese → English direction is automatic:

Configure it in DSH settings → Plugins → 划词翻译:

From npm:
dsh plugin --profile web add @nicearrack/dsh-translator@latest
From a local checkout:
dsh plugin --profile web add /path/to/dsh-translator
From git:
dsh plugin --profile web add github:nicearrack/dsh-translator
Git installs run the package's
preparebuild script. pnpm ≥ 10 requires one-time authorization: addallowBuilds: { "@nicearrack/dsh-translator": true }to the profile'spnpm-workspace.yamlif the first install is refused.
# update to the newest release
dsh plugin --profile web update @nicearrack/dsh-translator
# or pin a specific version
dsh plugin --profile web update @nicearrack/dsh-translator@0.2.1
Fresh releases: npm registry metadata can lag after a publish (a few minutes, occasionally longer). If
@lateststill resolves to an older version, pin the exact one —@nicearrack/dsh-translator@0.2.1— or checknpm view @nicearrack/dsh-translator versions.After updating, restart the DSH instance (
dsh --profile web) so the new host bundle loads; the client bundle picks up on the next page refresh.
dsh plugin --profile web remove @nicearrack/dsh-translator
Restart the instance (dsh --profile web) for the removal to take effect.
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: 无有效分类标签。