AI Agent Hub
Back to plugins
🖥️

dsh-widescreen

Client Updated 2026.08.15

Run the following command in DeepSeek Harness:

dsh plugin install Temoa/dsh-widescreen

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

Install by running dsh plugin install Temoa/dsh-widescreen in DeepSeek Harness; the source code lives at https://github.com/Temoa/dsh-widescreen .

About this plugin

On a 2K or 4K external monitor, the DeepSeek Harness web UI still pins the session detail page to a fixed 748 px content column, leaving large bands of dead space on either side and squeezing long conversations into a narrow reading area. dsh-widescreen solves exactly that: a single toggle under Settings → General expands the chat column, date dividers, question cards, and the composer to fill the full width of the center pane, eliminating the wasted whitespace.

The implementation is deliberately minimal. Instead of hard-coding a new pixel width, the plugin redefines the component-scoped CSS variable that every width-limited element reads from, setting it to a container-relative 100 %. Because the value is relative rather than absolute, browser zoom, window resizing, and narrow-viewport behavior all keep working exactly as before. The preference is persisted in the DSH user-settings document, so it survives page reloads and service restarts. Turning the toggle off—or uninstalling the plugin—restores the stock 748 px layout with zero residual styles or attributes.

If you use the DSH web interface on a wide external monitor and find the default layout leaves too much empty space on both sides, dsh-widescreen is a zero-cost, zero-risk upgrade. No code changes, no build step, no preparation authorization—just install and flip the switch.

Use Cases

  • Using the DSH web UI on a 2K or 4K monitor and finding the fixed 748 px column leaves too much dead space
  • Reading long multi-turn conversations and wanting the chat column, question cards, and composer to fill the available width
  • Toggling between widescreen and the default narrow layout with a single switch, without touching any source code

Best For

  • Developers who run the DSH web UI on a wide external monitor
  • Users who want to reduce screen whitespace and customize the content column width
  • Users who prefer zero-build, plug-and-play plugins that uninstall cleanly