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 — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

@tecfancy/dsh-mobile

Mobile

DSH web shell mobile adapter plugin: overlay sidebar/details drawers, responsive composer and settings below 768px, zero desktop regression. DSH Web 移动端适配插件:抽屉浮层化、输入栏与设置页响应式适配,桌面零回归。

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

npx -y @deepseek-ai/dsh plugin --profile web add @tecfancy/dsh-mobile@0.1.7
READMECompatibilityVersions
new sessionbeforeaftersettingsdesktop

Compatibility and provenance

Mobile is published as @tecfancy/dsh-mobile and currently resolves to version 0.1.7. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
npm
Registry updated
9/20/2026

Versions

0.1.7stable
8/16/2026
0.1.6stable
8/16/2026
0.1.5stable
8/16/2026
Show 4 more versionsCollapse versions
0.1.4stable
8/16/2026
0.1.3stable
8/16/2026
0.1.2stable
8/16/2026
0.1.1stable
8/16/2026

Related plugins

Loading related plugins…

Latest
0.1.7
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
272.6 kB
Files
26
Surface
web
License
MIT
Source
npm
GitHub
★ 2
Weekly downloads
112
Security scan
✓ v0.1.7 scan passed
Last push
8/16/2026
View source ↗Project homepage ↗
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.

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 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 bundle

README

dsh-mobile

English | 简体中文

A mobile adapter for the DeepSeek Harness (DSH) web shell. The stock shell is desktop-first: below 1024px the sidebar only collapses to a rail, and on phones the expanded drawer squeezes the main column to ~110px, composer buttons overlap, and the settings dialog shrinks to a sliver. dsh-mobile adds the missing phone tier (< 768px) as a client plugin — no shell fork, no desktop changes.

Features

  • Overlay sidebar drawer — opening the sidebar on a phone floats it over the content with a scrim instead of squeezing the main column to 110px; tapping outside closes it.
  • Overlay details panel — the tool-details panel opens as a right-side overlay and never squeezes the conversation.
  • Non-overlapping composer — the mode buttons and the model selector wrap onto separate rows instead of covering each other.
  • Re-flowed settings dialog — the dialog stacks vertically with a horizontally scrollable tab bar; the content column gets full width.
  • Zero desktop regression — every rule hangs under a narrow-viewport marker; viewports ≥ 1024px behave exactly like the stock shell.

Screenshots

Verified on Ubuntu 24.04 (x86_64) with DSH 0.1.0-rc.6, iPhone-15 viewport (390×844). Screenshots show the English UI.

New-session screen on a phone (hero + composer with a workspace selected, laid out for the narrow viewport):

new session

Sidebar drawer: before (stock shell) vs after

Before — content squeezed to 110pxAfter — overlay drawer + scrim
beforeafter

Settings dialog on a phone (vertical layout, full-width content):

settings

Desktop ≥ 1024px — untouched:

desktop

Install

Requires Node ≥ 22 and a DSH installation (dsh CLI). Install into your profile and restart dsh web:

dsh plugin --profile web add @tecfancy/dsh-mobile
# restart: dsh web

Note: if your npm registry is a mirror (e.g. registry.npmmirror.com), brand-new packages can lag behind the official registry for a while — add --registry=https://registry.npmjs.org/ if the install reports 404.

The plugin activates automatically on narrow viewports (< 768px) and stays inert on desktop. Removing it is one command: dsh plugin --profile web remove @tecfancy/dsh-mobile.

How it works

  • A JS breakpoint layer marks narrow viewports as body[data-dsh-mobile].
  • A state bridge mirrors the shell's layout state onto body[data-dsh-drawer] / body[data-dsh-details].
  • A stylesheet (anchored on the shell's stable [data-slot] hooks) turns the sidebar/details columns into fixed overlays on phones, re-flows the composer and the settings dialog, and never runs outside the mobile tier.

No shell source is modified, no server component is required, and the plugin coexists with other shell-level plugins (verified with dsh-better-sidebar).

Compatibility

  • DSH 0.1.0-rc.6 (tested on macOS and Ubuntu 24.04; full viewport matrix: 360 / 390 / 430 / 768 / 1440).
  • The 768–1023px tablet range keeps the stock shell behavior (by design).
  • prefers-reduced-motion is honored.

License

MIT