dsh-mobile-css:DSH Web UI 移动端适配插件

dsh-mobile-css 是专为 DeepSeek Harness (DSH) Web UI 开发的移动端适配插件。该插件通过纯 CSS 注入和两个轻量辅助脚本优化手机端或窄屏窗口下的用户体验,具备零依赖、零源码修改且随时可卸载的特点。核心功能包括建立紧凑字号体系、确保控件触控目标不小于 44px、防止安卓输入聚焦自动缩放、实现侧边栏抽屉式交互以及优化设置页全屏浏览。此外,它还针对输入区布局、消息气泡显示、统计行固定格式及 Markdown 表格换行进行了专项优化。 插件触发条件为 `pointer: coarse` 或视口宽度小于等于 1024px,确保桌面端体验不受影响。用户可通过 D

Read More
dsh-ui-mobile: Mobile Plugin for DeepSeek Harness Web Shell

`dsh-ui-mobile` is a mobile client plugin for DeepSeek Harness Web Shell, optimized for phone screens (widths below 768px), while desktop and tablet versions retain the native interface. This plugin aims to address operational friction on narrow screens by providing a drawer-style sidebar and detail panel, a bottom navigation bar, and a touch-friendly input area where the input box is fixed at the bottom of the visible area and the primary keyboard action is "Send." Additionally, it supports PWA installation, allowing users to add the app to their home screen for standalone launch, and can send Web Push notifications upon successful completion of Agent tasks. This plugin does not duplicate the Shell, modify the Harness source code, or alter model requests, system prompts, or session content, and has no impact on the KV Cache. Installation requires the `dsh plug

Read More
DSH-Mobile-Gate: Adding a LAN Mobile Access Gateway to DSH

dsh-mobile-gate is an MIT-licensed standalone Node gateway maintained by Bernardxu123, designed to address device approval, token binding, rate limiting, and mobile layout issues when accessing the local DeepSeek Harness (DSH) Web UI from a mobile phone on the same local network. The gateway listens on 0.0.0.0, reverse-proxies the DSH Web UI, and injects compact CSS along with mobile-adaptation markers. Its core features include: requiring manual local approval on first access; generating a one-time device token after approval to ensure single-device binding; implementing per-IP rate limiting (default 120 requests per minute); and allowing direct pass-through for loopback addresses. Running as an independent subprocess, it does not modify the DSH main service configuration and supports installation via `dsh plugin add` or static mounting.

Read More
dsh-web-mobile-fix: Narrow Screen Layout Fix for DeepSeek Harness Web UI

dsh-web-mobile-fix is a mobile layout fix plugin designed specifically for the DeepSeek Harness Web UI. For narrow-screen scenarios with a window width of less than 700px, it addresses issues such as compressed settings panels, sidebar squeezing conversations, cluttered directory selector layouts, and misaligned popup positions through pure client-side CSS overrides. This plugin transforms the settings panel into a full-screen vertical layout, makes the sidebar open in full screen, optimizes the arrangement of directory selector buttons, collapses conversation log buttons, and adjusts dropdowns and menus to display centered. It is licensed under the MIT License, does not modify the product's source code, and is compatible with recent 0.1.x versions. Installation only requires executing the `dsh plugin --profile web add dsh-web-mobile-fix` command and restarting the service to take effect, and removal is

Read More
dsh-mobile-shell: A Mobile Shell Extension for DeepSeek Harness Web

dsh-mobile-shell is a mobile-end shell plugin for DeepSeek Harness Web, designed to address the cramped desktop layout on narrow screens. On screens smaller than 1024px, the plugin automatically hides the left rail, converts the table of contents into a side-sliding drawer, gives the conversation area full width, transforms the settings panel into a bottom sheet, and adapts to the mobile status bar. Additionally, it offers session status metric displays (such as TTFT and token usage), custom model Reasoning Effort configuration, chat font size adjustment, attachment collapsing, and bilingual support in Chinese and English. The plugin's built-in marketplace supports category filtering, sorting, and README viewing. Although a one-click install feature is available, manual installation via the `dsh` command is recommended for stability. On wide screens, the layout remains unchanged. The plugin is licensed under the MIT license.

Read More
dsh-client-ui-mobile-adapt: Mobile Adaptation Plugin for DeepSeek Harness Web GUI

`dsh-client-ui-mobile-adapt` is a mobile-adaptation plugin for DeepSeek Harness Web GUI, developed by Hotsteel2901 under the MIT license. This client-side-only plugin is designed to address the issue of desktop layouts being unsuitable for narrow screens. It only activates within viewports with `max-width: 768px`, leaving the desktop layout unaffected. Core features include collapsing a three-column layout into a single column, converting the sidebar into a drawer, making the settings panel fullscreen, and providing a floating window for trajectory details. It also includes optimizations for iOS dynamic viewports and safe areas. For installation, it is recommended to add the plugin via an HTTPS tarball URL to a specified profile, manually mount it through `cordis.patch.yml`, or create a dedicated profile.

Read More
dsh-web-mobile: Enabling DSH Web UI for Optimal Mobile Usage

dsh-web-mobile is a DSH Web client plugin maintained by mexiaosqwq, designed to address issues such as the sidebar taking up too much space, difficult-to-use pop-ups, and overlapping input controls on mobile devices in portrait mode. For narrow screens, it converts the sidebar into a drawer and pop-ups into bottom sheets, while handling safe areas and themes. On tablets, it limits the width and centers the content, but remains unchanged on desktops with screens ≥1024px. The installation command is `dsh plugin --profile web add github:mexiaosqwq/dsh-web-mobile`, followed by restarting dsh web. It supports compatible plugins like dshmarket and dsh-meme, and is licensed under the MIT License.

Read More
Porting the DeepSeek Harness Web Interface to Mobile with dsh-client-ui-mobile-adapt

*dsh-client-ui-mobile-adapt* is an interface enhancement plugin for DeepSeek Harness maintained by Hotsteel2901 (MIT License, version 0.1.0). It collapses the default three-column web GUI into a single-column layout on screens below 768px: the sidebar is converted into a drawer, the input tools are arranged in a single row, the settings panel becomes full-screen and scrollable, the track details are turned into a floating window, and clicking the statistics capsule brings up the session report. The desktop layout remains unaffected. This article verifies the functions, installation commands (including `github:` and tarball options) and the class name constraints of version 0.1.0-rc.6 based on the plugin directory page, GitHub README and source code.

Read More