dsh-file-review:在 DeepSeek Harness 中审查 Agent 修改文件的 DSH plugin
left0ver/dsh-file-review
开发与运维已验证
收录时间 2026-08-20
页面最后更新 2026-08-20
DSH plugin 让 Agent 改动文件立即可见 diff,支持撤销回退。
在 DeepSeek Harness Web 界面中直接查看 Agent 修改的每个文件的 diff,并支持撤销当前回合的修改。
install
dsh plugin --profile web add github:left0ver/dsh-file-review- 分类
- 开发与运维
- 平台
- DSH-Plugin
- 作者
- left0ver
- 分发方式
- 插件
dsh-file-review 核心特性
即时 diff 面板一键撤销改动聊天内直接审查
dsh-file-review 仓库信息

发布者
left0ver
仓库
left0ver/dsh-file-review
22
Star
4
Fork
0
Watch
0
开放 Issue
语言TypeScript
许可证MIT License
官网—
仓库最近更新2026-08-20 01:13:18
仓库创建时间2026-08-14 13:56:21
主题
dsh-plugin
默认分支main
dsh-file-review 仓库简介
dsh-file-review 是 DeepSeek Harness(DSH)的插件(DSH plugin),用于在 DeepSeek Harness Web 界面中直接审查 Agent 刚刚修改过的文件。它解决的是 Agent 修改文件后难以快速查看变更内容的问题,让你无需离开 Web 界面即可逐文件查看 diff,并支持撤销当前回合的修改。该插件由 left0ver 维护,采用 MIT 许可证,使用 TypeScript 编写,最近更新于 2026-08。
dsh-file-review 这个 DSH plugin 支持哪些核心特性?
- Diff 面板:即时查看 Agent 修改的每个文件的差异,方便快速审查。
- 撤销支持:可以撤销 Agent 在当前回合所做的修改,便于回退。
dsh-file-review 怎么安装?
安装前,由于 pnpm 新版本有最小发布年龄限制,需要先在 ~/.dsh/profiles/web/pnpm-workspace.yaml 中添加排除项:
yaml
minimumReleaseAgeExclude:
- dsh-file-review
然后执行安装命令:
bash
dsh plugin --profile web add github:left0ver/dsh-file-review
也可以从源码安装:
bash
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}
dsh-file-review 怎么更新和卸载?
更新插件:
bash
dsh plugin --profile web update dsh-file-review
卸载插件:
bash
dsh plugin --profile web remove dsh-file-review
dsh-file-review 兼容哪些 DeepSeek Harness 版本和平台?
该插件面向 DeepSeek Harness 0.1.x 版本,专为 Web profile 设计,需要 DeepSeek Harness Web 环境。它依赖多个官方 DSH 包,如 @deepseek-ai/dsh-agent、@deepseek-ai/dsh-client-ui-conversation 等,确保与 DSH 生态无缝集成。
dsh-file-review 的许可证和社区链接是什么?
项目采用 MIT 许可证,代码托管在 GitHub。作者 left0ver 还提供了友好链接到 LINUX DO 社区。