AI Agent Hub
Back to plugins
🖥️

dsh-plugin-width-slider

Client Updated 2026.09.03

Run the following command in DeepSeek Harness:

dsh plugin install djs326/dsh-plugin-width-slider

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install djs326/dsh-plugin-width-slider in your terminal to install; the source is available at https://github.com/djs326/dsh-plugin-width-slider .

About this plugin

DSH Desktop native width adjustment relies on drag handles on both sides, which is not very intuitive, and any modification to the official code gets overwritten on upgrade. dsh-plugin-width-slider registers a dedicated Width Slider section in the settings panel, turning width adjustment into a press-to-preview, drag-to-apply workflow without touching core files.

Pressing the slider instantly enters a full-screen preview where the panel hides and only the slider, a large width readout, and a hint remain. Drag to adjust width in real time; release or press Esc to return. The value is persisted in localStorage and survives restarts. The plugin also hides the native drag handles via a stable attribute selector that upgrade cycles cannot overwrite. Ships with i18n copy in Chinese and English, following the DSH UI language automatically.

Best for Windows users of DSH Desktop who want a more precise, non-invasive way to tune the chat column width.

Use Cases

  • Adjust chat area width with a slider instead of relying on drag handles
  • Tune chat width without patching official code so the feature survives DSH upgrades
  • Press to preview and drag to apply a chat column width right from the settings panel

Best For

  • Daily users of DSH Desktop on Windows
  • Developers who want to customize UI width without patching core files
  • Users who value smooth, WYSIWYG interactions