niushuanan/xiaozhuang-dsh--plugins-better-sidebar2

@deepseek-ai/dsh-better-sidebar

Vendored dsh-better-sidebar workbench: a service-ized right sidebar + bottom panel (explorer / editor / terminal / git / browser / jobs / sidechat), session-isolated and extensible through ctx.betterSidebar registerTab/registerFileViewer.

AI 분석

核心用途是为 DSH 引入类似 IDE 的多功能侧边栏工作区。适合需要在聊天界面中直接进行代码编辑、终端操作、Git 提交或网页浏览的开发者与重度生产力用户。

패키지
@deepseek-ai/dsh-better-sidebar
버전
0.17.0
라이선스
MIT
최근 업데이트
2026. 9. 5.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:niushuanan/xiaozhuang-dsh#bb949c3d291ea55d378cc5fdb1b237b4f63127b6&path:plugins/better-sidebar

Minimal configuration

The Web composition loads the package with one plugin row:

- name: '@deepseek-ai/dsh-better-sidebar'

Host limits are optional and default in src/config.ts. Browser input mode and interception preferences are user settings, not Loader configuration:

PreferenceDefaultMeaning
browserDefaultModeurlStart a new browser tab in URL or direct-search mode
browserNoSandboxfalseRemove iframe sandbox isolation for fully trusted pages
browserInterceptLinkstrueAllow eligible GUI links to route into the side card
browserInterceptHttptrueRoute HTTP links when interception is enabled
browserInterceptHttpsfalseRoute HTTPS links when interception is enabled
browserAllowedLoopbackemptyComma-separated local addresses that the side browser may visit