deepseek-harness
deepseek-ai
DeepSeek Harness: Everything is a Plugin.
PROJECT TOPICS
PROJECT README
English | 繁體中文
Responsive CSS override plugin for the DeepSeek Harness (dsh) web settings panel.
On viewports ≤ 680px (mobile browsers), it:
Desktop / tablet (>680px) is unaffected.
dsh plugin --profile web add -w https://github.com/jackuh105/dsh-mobile-ui.git
git clone https://github.com/jackuh105/dsh-mobile-ui.git
cd dsh-mobile-ui\..
dsh plugin --profile web add -w ./dsh-mobile-ui
dsh plugin automatically adds this package to the web profile's bundle list because it declares dsh.bundle.
Restart the web profile after installing:
dsh web
If you access the web UI through a reverse proxy such as Tailscale, keep your existing startup flags (for example --trusted-host).
Open the browser developer tools and confirm the returned HTML <head> contains:
<style id="dsh-mobile-ui">...</style>
Or narrow a desktop browser window below 680px and open the settings panel to see the layout change.
dsh plugin --profile web remove dsh-mobile-ui
Then restart dsh web to restore the original layout.
Edit the CSS string in lib/index.js (for example change the 680px breakpoint), then restart dsh web.
The CSS selectors currently target the settings panel structure of dsh 0.1.0-rc.6. If dsh is upgraded and its class names change, the selectors may need to be updated.
If dsh plugin --profile web add fails with ERR_PNPM_ADDING_TO_ROOT, add -w before the package spec:
dsh plugin --profile web add -w https://github.com/jackuh105/dsh-mobile-ui.git
The dsh profile directory is a pnpm workspace root, and some pnpm versions require -w to install into it. dsh plugin forwards the flag verbatim to pnpm.
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: 无有效分类标签。