lywusichen/dsh-sidebar-buttons1

dsh-sidebar-buttons

DSH 侧边栏底部按钮管理插件,支持通过拖拽对按钮进行重新排序,并在专属设置页中显示或隐藏按钮,隐藏的按钮会收纳至“更多”菜单中。

AI 分析

核心用途是净化和整理 DSH 的侧边栏。适合安装了大量插件导致侧边栏拥挤的用户,可自由定制常用入口,保持界面整洁。

包名
dsh-sidebar-buttons
版本
0.1.0
许可证
MIT
最近更新
2026年8月23日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:lywusichen/dsh-sidebar-buttons

dsh-sidebar-buttons

English · 简体中文

A DeepSeek Harness plugin. Manages the buttons at the bottom of the left sidebar: reorder them, hide the ones you don't use, 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 can be toggled on/off; hidden buttons move into a "More" button above Settings (only shown while at least one button is hidden), where they stay usable
  • 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

More button position

More menu

Settings nav position

Settings page

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