AI Agent Hub
Back to plugins
🖥️

dsh-composer-height

Client Updated 2026.08.18

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