LoftyTao/dsh-ui-workbench ↗★ 0
dsh-ui-workbench
DSH web plugin: a right-side workbench panel (file tree / file viewer / git review) with a draggable-width side panel that coexists with the official tool-details panel.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:LoftyTao/dsh-ui-workbench说明文档
阅读完整 README ↗dsh-ui-workbench
中文 | English
概述
DeepSeek Harness 的 WebUI 插件。在会话页右侧增加一个面板,提供当前会话工作区的文件树、带行号的文件查看器与 Git 审查。

功能
- 当前会话工作区的文件树与文件名搜索
- 带行号、语法高亮和长行换行的 UTF-8 文件查看器
- 已暂存、未暂存、未跟踪文件及提交引用的 Git 差异审查
- 统一和并排差异视图、变更文件筛选、上下文折叠
- 中英文与亮暗主题适配
安装
需要 Node.js 20+ 与带 web profile 的 DeepSeek Harness。
npx -y dsh-ui-workbench setup
指定其他 profile:npx -y dsh-ui-workbench setup --profile 。
也可通过 DSH CLI 安装:
npx -y --package @deepseek-ai/dsh dsh plugin --profile web add dsh-ui-workbench
安装后重启 DSH 并硬刷新页面。
许可证
MIT