DeepSeek Harness plugin

dsh-ui-zoom

Browser-style UI zoom for DeepSeek Harness and DSH Desktop — Ctrl +/−/0, Ctrl+wheel, and a compact zoom widget with a saved level.

Jump to install

Source facts

Repository
imdeniil/dsh-ui-zoom
Latest update
Aug 19, 2026
Category
Memory
GitHub stars
0
Format
plugin
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
package.json#dsh.bundle
Checked against
0.1.0-rc.8
Upstream check date
2026-08-20

This evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.

Install

Start with a prompt that asks an agent to review the GitHub repository and source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to review the GitHub repository and source first.

Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:

1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.

Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.

GitHub: https://github.com/imdeniil/dsh-ui-zoom
Plugin: dsh-ui-zoom
Author: imdeniil

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer3 files
README.mdSource · read only

dsh-ui-zoom

Масштабирование всего интерфейса DeepSeek Harness и DSH Desktop — как зум в браузере.

English summary: browser-style UI zoom for DeepSeek Harness — Ctrl +/−/0, Ctrl+mouse wheel, and a compact corner widget showing the current level. The level persists per origin, the way browsers remember zoom per site.

Управление

ДействиеРезультат
Ctrl + = / +Увеличить масштаб
Ctrl + -Уменьшить масштаб
Ctrl + 0Сбросить до 100%
Ctrl + колесо мышиПлавная регулировка
Кнопка «−» / «+» виджетаШаг ±10%
Клик по процентуСброс до 100%

Диапазон: 50%–200% с шагом 10%. Виджет в правом нижнем углу: полупрозрачная пилюля, при наведении раскрывается кнопка «100%». Уровень сохраняется (localStorage, отдельно для веб-адреса и окна DSH Desktop).

Как это работает

Плагин задаёт CSS-свойство zoom на корневом элементе документа — это маcштаб с пересчётом раскладки (как браузерный зум, а не transform: scale, который обрезает фиксированные панели). Горячие клавиши перехватываются на фазе захвата, поэтому перехватывают и браузерный зум в веб-версии. Виджет — чистый DOM (без React), стили на дизайн-токенах приложения.

Локализация: ru / en / zh.

Установка

dsh plugin --profile web add github:imdeniil/dsh-ui-zoom
dsh plugin --profile desktop add github:imdeniil/dsh-ui-zoom   # для DSH Desktop

Состав

  • lib/client.js — клиентский плагин: виджет, горячие клавиши, колесо, персистентность
  • lib/index.js — пустая хост-часть (плагин клиентский)
  • cordis.patch.yml — слой композиции

Лицензия

MIT