AI Agent Hub
Back to plugins
🖥️

dsh-chat-widener

Client Updated 2026.08.17

Run the following command in DeepSeek Harness:

dsh plugin install garrisonz/dsh-chat-widener

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

Run dsh plugin install garrisonz/dsh-chat-widener in your terminal to install; source code at https://github.com/garrisonz/dsh-chat-widener

About this plugin

The DeepSeek Harness Web UI locks the conversation column at 748 px, which makes messages, tables and the composer feel cramped on a modern wide-screen display. If you read long answers or work with wide code blocks, the narrow layout wastes a lot of horizontal space.

dsh-chat-widener fixes this with a single pure-CSS injection that expands the content area to a configurable width (default 1200 px, range 748 to 2400 px). It touches no host logic, no vendor files, and adds no buttons or persistence. Because it is just a style element injected at runtime, it survives dsh upgrades and leaves zero residue when uninstalled.

It is aimed at anyone who wants a wider, Doubao-web-style reading experience without forking the UI or maintaining a custom stylesheet. Install, optionally tweak one number, restart — done.

Use Cases

  • Reading long answers on a wide monitor feels cramped at the default 748 px column
  • Wide tables or long code blocks get cut off in the narrow chat area
  • Wanting a Doubao-style wide-screen conversation reading experience

Best For

  • Users who prefer a wide-screen reading layout with higher information density
  • Frequent work with long code blocks or Markdown tables
  • Anyone who wants a pure-CSS tweak without touching host logic or vendor files