DeepSeek Harness plugin

dsh-resize

Add page zoom control settings for DeepSeek Harness.

Jump to install

Source facts

Repository
RyensX/dsh-resize
Latest update
Aug 20, 2026
Category
Tools & Capabilities
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-21

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/RyensX/dsh-resize
Plugin: dsh-resize
Author: RyensX

Check the source files

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

File explorer4 files
README_EN.mdSource · read only
README language

dsh-resize

中文 | English

Adds page zoom controls to DeepSeek Harness.

Features

  • Adds a top-level "Page Settings" page to DSH settings.
  • Supports adjusting the display zoom of the entire interface between 50% and 150% using a slider or input field.

Development and Verification

Node.js ^22.19.0 || >=24.0.0 and pnpm are required:

pnpm install
pnpm verify

pnpm verify runs TypeScript type checking, unit and component tests, Host and Web client builds, and DSH lazy-CJS bundle handoff verification in sequence.

Installation

Run the following command from the plugin checkout:

dsh plugin --profile web add .

Alternatively, link the plugin using an absolute path:

dsh plugin --profile web add /absolute/path/to/dsh-resize

You can also run pnpm pack first, then install the generated .tgz file. The plugin is enabled automatically through its own cordis.patch.yml, so no changes to the DeepSeek Harness source code are required.

When installing from a Git repository, pnpm 10 requires builds to be explicitly approved before prepare runs for the first time. Only grant this permission to source code that you have reviewed and pinned to a specific commit.

Compatibility

The current version targets DeepSeek Harness 0.1.0-rc.8. Harness is still in developer preview, so after upgrading DSH, rerun pnpm verify and manually verify the page in the application.

License

MIT