niushuanan/xiaozhuang-dsh--plugins-better-sidebar ↗★ 2
@deepseek-ai/dsh-better-sidebar
服务化的右侧边栏与底部面板工作区插件,包含资源管理器、编辑器、终端、Git、浏览器、任务和侧边聊天,支持会话隔离与 API 扩展。
AI 分析
核心用途是为 DSH 引入类似 IDE 的多功能侧边栏工作区。适合需要在聊天界面中直接进行代码编辑、终端操作、Git 提交或网页浏览的开发者与重度生产力用户。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:niushuanan/xiaozhuang-dsh#bb949c3d291ea55d378cc5fdb1b237b4f63127b6&path:plugins/better-sidebar说明文档
阅读完整 README ↗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:
| Preference | Default | Meaning |
|---|---|---|
browserDefaultMode | url | Start a new browser tab in URL or direct-search mode |
browserNoSandbox | false | Remove iframe sandbox isolation for fully trusted pages |
browserInterceptLinks | true | Allow eligible GUI links to route into the side card |
browserInterceptHttp | true | Route HTTP links when interception is enabled |
browserInterceptHttps | false | Route HTTPS links when interception is enabled |
browserAllowedLoopback | empty | Comma-separated local addresses that the side browser may visit |