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.

Mobile Fix — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
M

dsh-mobile-fix

Mobile Fix

DSH mobile adaptation patch plugin: single-column settings interface, double-click to maximize, and sidebar hidden by default on mobile. Pure client-side injection, with no dependencies on other plugins.

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

npx -y @deepseek-ai/dsh plugin --profile web add github:C3H3-AI/dsh-mobile-fix#ac3e7cc40f639d2e9b96cfd84054119cea2c5f71
READMECompatibilityVersions

Compatibility and provenance

Mobile Fix is published as dsh-mobile-fix 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/29/2026

Versions

0.1.0stable
8/29/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
Last push
9/13/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

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-mobile-fix

A DSH (DeepSeek Harness) client plugin that polishes the web UI on phones and narrow viewports.

中文说明见 README.zh.md

Features

  • Mobile settings dialog — turns the desktop two-column settings dialog into a single-column phone layout: the left nav collapses to a horizontal strip on top, the content takes the full width below.
  • Double-click to maximize — double-click the settings panel (anywhere except buttons/links) to expand it to fullscreen; double-click again to restore.
  • Mobile sidebar — hidden by default on phones; only a top-left hamburger icon remains. Tapping it slides the sidebar in as an overlay.
  • Generic phone hardening — dialog sizing, safe-area padding, 16px inputs/buttons.

Install

Install into any profile:

dsh plugin --profile <profile> add dsh-mobile-fix

Then restart DSH (or refresh the web page — the client bundle is loaded at page load). No dependency on dsh-web-ui-all or other plugins; it is a standalone client-only plugin.

Development

pnpm install
pnpm build      # tsup + client-loader wrapper
  • lib/client.js is the DSH client bundle (wrapped in __ModuleLoader__.load).
  • lib/index.js is the host stub (no-op).
  • src/client/index.ts is the source; src/index.ts is the host stub source.

License

MIT