插件目录 / Developer / dsh-sidebar-buttons
dsh-sidebar-buttons
未验证 lywusichen
功能简介
管理 DeepSeek Harness 左下侧栏按钮的插件:拖拽排序、显隐控制,隐藏按钮收进"更多"菜单,可统一按钮高度。
未验证 — 尚未实测
管理 DeepSeek Harness 左下侧栏按钮的插件:拖拽排序、显隐控制,隐藏按钮收进"更多"菜单,可统一按钮高度。 尚未验证——请自行安装测试。
「未验证」表示我们的自动化 CI 尚未安装过该插件。功能描述与版本兼容性均为作者声明。这不是安全审计,也不代表对第三方代码的背书。
README
dsh-sidebar-buttons
English · 简体中文
A DeepSeek Harness plugin. Manages the buttons at the bottom of the left sidebar: reorder them, control each one with three display modes, and give them all the same height. Client-side only, nothing in the DSH core is touched, uninstalling restores the original sidebar.
Features
- New "Sidebar Buttons" page in Settings lists every button registered in the sidebar foot; drag rows to change the order, the sidebar updates immediately
- Each button has three display modes:
- Show: pinned in the sidebar
- Fold into More: moved into a "More" button above Settings (only shown while at least one button is folded), where it stays usable
- Hide: absent from the sidebar and the More menu alike — recoverable only from the settings page
- Buttons from different plugins come in different sizes; pick one height for all of them, keep each button's original size, or enter a custom value
Screenshots




Install
dsh plugin --profile web add github:lywusichen/dsh-sidebar-buttons
Restart DSH, then open Settings → Sidebar Buttons.
Build
npm install # esbuild
npm run build # generates lib/client.js
License
MIT
安装
装一次目录插件,之后本站所有插件都能让 DeepSeek Harness 自动找、自动装:
dsh plugin add dshbase-catalog 然后对 agent 说「帮我装 dsh-sidebar-buttons」,它会在目录里找到并自动安装。文档:dshbase-catalog · 已验证场景包。
该插件是 GitHub 源码(未发 npm)——直接从仓库装:
Web profile:
dsh plugin --profile web add github:lywusichen/dsh-sidebar-buttons Headless(CLI)profile:
dsh plugin --profile headless add github:lywusichen/dsh-sidebar-buttons 实测报告
尚未 L3 验证——若已跑过,见下方失败备注。