dsh-file-review
已验证@dsh-xhl/dsh-file-review · v0.3.1 · MIT · Web 界面
Review files produced by DeepSeek Harness turns in a line-numbered unified diff drawer
安装
dsh plugin add @dsh-xhl/dsh-file-review 用 dsh --profile default --dump-config 确认 layer 已生效 —— 参见安装指南。
源码
标签
作者
说明文档
怎么用
💬 Chat → ✨ Generate → 📄 Click a changed file → 🔍 Review
效果预览

功能
- Diff面板,立即审查 Agent 刚刚修改的每个文件。
- 支持撤销操作,可以撤销Agent这一轮的修改。
快速开始
0. 将@dsh-xhl/dsh-file-review添加到pnpm冷静期白名单
找到~/.dsh/profiles/web/pnpm-workspace.yaml,加上
minimumReleaseAgeExclude:
- '@dsh-xhl/dsh-file-review'
这是因为较新版的pnpm有冷静期,默认情况下,新发布的包得过了冷静期之后才会被安装。因此要安装最新版本,需要将@dsh-xhl/dsh-file-review加入到名单中。
1. 安装插件
dsh plugin --profile web add @dsh-xhl/dsh-file-review
2. 启动 DSH Web
dsh web
3. 享受它
从源码安装
git clone https://github.com/left0ver/dsh-file-review.git
cd dsh-file-review
pnpm install
pnpm run build
dsh plugin --profile web add ${PWD}
从GitHub仓库进行安装
dsh plugin --profile web add github:left0ver/dsh-file-review
更新插件
dsh plugin --profile web update @dsh-xhl/dsh-file-review
卸载插件
dsh plugin --profile web remove @dsh-xhl/dsh-file-review
友情链接
LINUX DO — 新的理想型社区