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.

Reply Language — DSH Plugin for DeepSeek Harness
← Plugins
R

dsh-reply-language

Reply Language

Force the large model to reply in the specified language (Chinese by default), with the option to switch at any time using a tool — DSH bundle.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:CAI-MH/dsh-reply-language#2e4a623f14f053b8d34053f9cbd167d1015a37c3
READMECompatibilityVersions

Compatibility and provenance

Reply Language is published as dsh-reply-language and currently resolves to version 0.1.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
github
Registry updated
9/4/2026

Versions

0.1.0stable
9/4/2026
Latest
0.1.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
any
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
9/4/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
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

README

dsh-reply-language

English | 中文

Force the model to reply in a specific language (Simplified Chinese by default) in DeepSeek Harness (DSH) — switchable at any time via a tool.

Features

  • Injects a system-prompt section that requires the model to write all replies in the configured language — explanations, summaries, body text and error messages included
  • Code, commands, file paths, API names and proper nouns stay in their original form
  • Ships two model tools:
    • reply_language_set — switch the required reply language on the fly (e.g. 中文, English, 日本語, Français); takes effect immediately
    • reply_language_get — show the currently required reply language

Install

dsh plugin --profile web add dsh-reply-language

Or add it to your profile's package.json dependencies and list it under dsh.profile.bundles, then restart dsh web.

How it works

The plugin registers a system-prompt section (order: 900) that pins the reply-language requirement above any language hints in user messages, until explicitly changed via reply_language_set. Host-only bundle — no client UI.

Configuration

No configuration required. The default language is Simplified Chinese; change it at runtime with the reply_language_set tool.

License

MIT