dsh-composer-height
Run the following command in DeepSeek Harness:
dsh plugin install tuogusa/dsh-composer-height
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install tuogusa/dsh-composer-height in the DeepSeek Harness terminal to install; source repository: https://github.com/tuogusa/dsh-composer-height
About this plugin
The DSH Web composer defaults to just two lines of height, so a slightly longer prompt forces you to click into a cramped textarea before the cursor even gets comfortable. dsh-composer-height does one thing well: it bumps the text-area minimum from 52px (two lines) to 76px (three lines). The card grows from roughly 118px to 142px at rest, but once your content exceeds three lines the official auto-grow logic takes over exactly as before, and DSH handles the scroll-avoidance on its own.
Under the hood it is a single CSS rule injection — no DSH source code or internal state is touched, the change is idempotent, and the repo ships an offline verification script with eight assertions. If three lines still feels tight, tweak the MIN_HEIGHT_PX constant at the top of lib/client.js (24px per line), save, and hard-refresh.
Best for DSH Web GUI users who regularly compose multi-line prompts and find the two-line default too confined. No configuration beyond the default is needed.
Use Cases
- Composing multi-line prompts in DSH Web where the default two lines feel cramped
- Wants three lines of visible text space at rest without clicking and waiting for auto-grow
- Adjusting the composer height without touching any DSH source code or internal state
Best For
- Client-side users of the DSH Web GUI who chat daily
- Developers who frequently compose multi-line instructions or paste code blocks
- Users who prefer a single CSS rule to tweak the UI rather than modifying app source code
Related Plugins
A service-oriented sidebar framework for DSH, offering a full workbench with file explorer, embedded browser, real terminal, Git panel, and extensible plugin services.
A beautiful, practical Claude Code-style TUI plugin with pixel whale top bar, flowing glow title, real-time status line, streaming thought expansion, time rewind, context progress bar and TPS gauge — zero core changes.
The plugin market for DeepSeek Harness: browse/search/one-click install community plugins and themes, with updates, backup/restore, hot disable, diagnostics, and AI fix.
A persistent whale widget on the DSH web UI that shows DeepSeek balance, today's usage, and per-turn cost, with drag-and-snap and sound effects.