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.

Locale Ru — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
L

dsh-locale-ru

Locale Ru

Russian language pack for the DeepSeek Harness web UI (community)

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

npx -y @deepseek-ai/dsh plugin --profile web add github:warment/dsh-locale-ru#ada8c88bee897cfed9efc3a103f35a75190e5216
READMECompatibilityVersions

Compatibility and provenance

Locale Ru is published as dsh-locale-ru 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
web
Release source
github
Registry updated
8/30/2026

Versions

0.1.0stable
8/30/2026

Related plugins

Loading related plugins…

Latest
0.1.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
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 ui-customization.

Remote Web Ui@linxin666/dsh-remote-web-uiScan-to-pair remote access for the dsh web GUI that shares one official interface: a QR beside the settings button pairs phones and PCs into the same Web GUI (a portrait-touch adaptation layer for phones, full desktop on PCs) through one-time tokens and rClient Ui Task Board@linxin666/dsh-client-ui-task-boardHost-authoritative task board for the DSH Web GUI with real session execution, Host cron scheduling, and optional cross-platform idle-sleep protection; mounted without DSH source changes.Client Ui Git Graph@linxin666/dsh-client-ui-git-graphExternal dsh web GUI plugin: a blank-session git branch selector + Git graph, with real host-side git operations and guards, as a dsh profile bundlePet@linxin666/dsh-petMulti-pet companion plugin for the dsh web GUI: a registry-driven floating pet that reacts to model activity, with per-pet naming, petting/feeding interactions and an affinity score

README

dsh-locale-ru

Русский | English | 中文

dsh-locale-ru — русская локализация веб-интерфейса DeepSeek Harness: плагин добавляет «Русский» в официальную систему локализации — штатный переключатель языка в настройках интерфейса.

Плагин регистрирует язык и словари через документированный клиентский API локали (@deepseek-ai/dsh-client-locale), а русские названия пресетов разрешений задаёт слоем конфигурации. Файлы самого Harness не модифицируются — форк и пересборка не нужны.

Developer preview

DeepSeek Harness находится в стадии developer preview и быстро развивается — возможны изменения, ломающие совместимость. Пакет отслеживает это: node scripts/check.mjs сверяет словари с актуальными строками upstream, а CI запускает проверку на каждый push и pull request. Строк, которых ещё нет в словаре, это не ломает — они отображаются на английском (он задан резервным языком).

Перед установкой ознакомьтесь с уведомлением о безопасности.

Установка

Одной командой

Скопируйте, вставьте, перезапустите:

dsh plugin --profile web add github:warment/dsh-locale-ru

Команда одинаково работает с любой установкой dsh — из npm (npx @deepseek-ai/dsh web) или из клона исходников (pnpm dsh web) — на macOS, Windows и Linux. Профиль web и его структура создаются автоматически, ничего вручную настраивать не нужно.

Проверка за 30 секунд:

  1. Перезапустите dsh web (остановите и запустите процесс заново) и откройте интерфейс.
  2. Откройте Settings → General и в строке Language выберите «Русский».
  3. Интерфейс сразу переключится на русский: боковая панель покажет «Новая сессия» и «Настройки». Выбор сохраняется между перезапусками.

Если при запуске не выбрать язык, интерфейс останется английским — «Русский» всегда доступен в том же пункте настроек.

Из локальной копии

Для проверки без GitHub (например, перед публикацией или для своей правки):

dsh plugin --profile web add /путь/к/dsh-locale-ru

Обновление и удаление

Чтобы обновиться до новой версии, удалите пакет и установите заново той же командой:

dsh plugin --profile web remove dsh-locale-ru
dsh plugin --profile web add github:warment/dsh-locale-ru

Удаление:

dsh plugin --profile web remove dsh-locale-ru

После любых изменений состава плагинов перезапустите dsh web.

Сообщество и поддержка

  • Ошибки и неточности перевода, непереведённые строки, идеи — в Issues этого репозитория.
  • Вопросы по самому DeepSeek Harness (установка, модели, сессии — всё, кроме перевода) — в официальный репозиторий: GitHub Discussions и Discord-сообщество.

Contributing

См. CONTRIBUTING.md. Кратко порядок работы над переводом:

  1. Найдите английскую строку в upstream/corpus.json — её пространство имён и ключ укажут нужный файл.
  2. Отредактируйте dict/ru/<namespace>.json.
  3. Проверьте словари: node scripts/check.mjs.
  4. Пересоберите клиентскую часть: node scripts/build.mjs.
  5. Закоммитьте оба изменения: файл словаря и обновлённый lib/client.js.

Состав репозитория: dict/ru/*.json — исходники перевода; upstream/corpus.json — английские строки, извлечённые из upstream (node scripts/extract.mjs, см. docs/upstream-sync.md); lib/client.js — собранная клиентская часть (коммитится, поэтому сборка пользователям не нужна); scripts/ — проверка, сборка, извлечение строк, живая проверка загрузки.

Лицензия

MIT

DeepSeek Harness — проект DeepSeek AI под лицензией MIT; авторство и заимствования описаны в THIRD_PARTY_NOTICES.md.