lywusichen/dsh-sidebar-buttons1

dsh-sidebar-buttons

DeepSeek Harness plugin: manage the sidebar-foot action buttons — reorder them by drag-and-drop and show/hide them from a dedicated settings page; hidden buttons collect into a fixed "More" button pinned above Settings.

包名
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