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.

Resize — DSH Plugin for DeepSeek Harness
← Plugins
R

dsh-resize

Resize

Add page zoom control settings for DeepSeek Harness.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:RyensX/dsh-resize#ffcb56755c4c025bc3e54a3ebe565b7d369d9159
READMECompatibilityVersions

Compatibility and provenance

Resize is published as dsh-resize and currently resolves to version 1.0.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/20/2026

Versions

1.0.0stable
8/20/2026

Related plugins

Loading related plugins…

Latest
1.0.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
AGPL-3.0-only
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
8/20/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

Related plugins

More verified plugins in ui-customization.

Web App@deepseek-ai/dsh-web-appThe dsh browser-surface bundle: the web patch layer over dsh-base plus the runtime glue plugin (frontend dist serving, web-surface prompt, bash runtime variables, URL line)Experimental Agent Team Web Profile@deepseek-ai/dsh-experimental-agent-team-web-profileExperimental Web profile layer for Agent Teams Remote and UI pluginsRemote 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.

README

dsh-resize

中文 | English

为 DeepSeek Harness 添加页面缩放控制设置。

功能

  • 在 DSH 设置中新增一级“页面设置”页面。
  • 支持通过滑块和输入在 50%–150% 之间调节整个界面的显示缩放。

开发与验证

需要 Node.js ^22.19.0 || >=24.0.0 和 pnpm:

pnpm install
pnpm verify

pnpm verify 会依次执行 TypeScript 类型检查、单元/组件测试、Host 与 Web client 构建,以及 DSH lazy-CJS bundle 交接验证。

安装

在插件 checkout 中执行:

dsh plugin --profile web add .

或使用绝对路径 link:

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

也可以先运行 pnpm pack,再安装生成的 .tgz 文件。插件通过自己的 cordis.patch.yml 自动启用,不需要修改 DeepSeek Harness 源码。

从 Git 仓库安装时,pnpm 10 会在首次执行 prepare 前要求显式允许构建;请只对已审查并固定 commit 的源码授予该权限。

兼容性

当前版本面向 DeepSeek Harness 0.1.0-rc.8。Harness 尚处于 developer preview,升级 DSH 后应重新运行 pnpm verify 并做一次实际页面验证。

License

MIT