aaronlei/dsh-width-tiers

aaronlei★ 1JavaScript最后同步: 2026-08-14

在 GitHub 打开

A client plugin for the DeepSeek Harness Web GUI that adds chat content width tiers with a floating picker button (bottom-right, above the composer): 标准 / 中等 / 宽 / 超宽 / 全宽 (standard / medium / wide / ultra / full).

README 摘要

dsh-width-tiers A client plugin for the DeepSeek Harness Web GUI that adds chat content width tiers with a floating picker button (bottom-right, above the composer): 标准 / 中等 / 宽 / 超宽 / 全宽 (standard / medium / wide / ultra / full). Why The DSH Web app hard-codes a readable content width on the conversation root ( --dsh-chat-content-width: 748px ). That caps the message column — and every table inside it — at 748px no matter how wide your window or panels are, so wide tables always need horizontal scrolling. This plugin overrides that variable per tier: Tier Content width Sidebar standard 标准 748px (app default) untouched medium 中等 960px untouched wide 宽 1280px untouched ultra 超宽 1400px untouched full 全宽 100% (fills the window) collapsed to the icon rail The choice persists in localStorage and is restored on the next visit; the menu highlights the current tier, and the button's five level-bars show it at a glance. Install Then register it as a loader entry in /.dsh/profiles/web/cordis.patch.yml : Restart dsh web (the plugin loads at boot) and hard-refresh the page (Ctrl+Shift+R). A round button with five bars appears at the bottom-right. Installing from a local checkout: dsh plugin --…

在 GitHub 查看完整 README →
Terminal / TUIdshdsh-plugindsh-width-tierssidebar

分类