跳到正文

left0ver/dsh-file-review

163最近提交 2026年8月15日

dsh-file-review DSH 插件

DSH File Review 为 DeepSeek Harness Web 添加了一个差异面板,让你可以即时审查 agent 刚修改的每个文件。它还提供了撤销功能,可以回退当前轮次的更改。安装为插件即可享受无缝的文件审查。

如何安装 dsh-file-review DSH 插件

dsh plugin --profile web add dsh-file-review

复制不会执行命令。安装 dsh-file-review DSH 插件前请核对仓库和版本。

dsh-file-review DSH 插件数据来源

dsh-file-review DSH 插件快照日期:2026年8月16日

discovered

dsh-file-review DSH 插件能做什么

  • 即时差异面板,审查 agent 修改的文件
  • 撤销支持,回退当前轮次的 agent 更改
  • 与 DeepSeek Harness Web profile 无缝集成

dsh-file-review DSH 插件适合哪些场景

  • 审查对话中 agent 对代码的修改
  • 快速撤销 agent 引入的不需要的更改
  • 在 DSH Web 界面中直接查看文件差异

dsh-file-review DSH 插件适合谁

  • 使用 DeepSeek Harness Web 的开发者
  • 需要审查和管理 agent 生成文件变更的用户

dsh-file-review DSH 插件的限制

  • 仅支持 DeepSeek Harness 的 Web profile(需要 `--profile web`)
  • 需要 DeepSeek Harness 0.1.x 版本
  • 可能需要配置 pnpm 最小发布年龄排除才能安装最新版本

dsh-file-review DSH 插件的仓库 README 摘录

以下文字摘自 dsh-file-review DSH 插件的上游仓库 left0ver/dsh-file-review 的 README,版权归原作者,仅作引用。

**Review every file an agent just changed—without leaving DeepSeek Harness Web.** ![DeepSeek Harness 0.1.x](https://img.shields.io/badge/DeepSeek%20Harness-0.1.x-4f46e5) ![Web profile](https://img.shields.io/badge/profile-Web-0ea5e9) [![npm version](https://img.shields.io/npm/v/dsh-file-review.svg)](https://www.npmjs.com/package/dsh-file-review) [![GitHub repository](https://img.shields.io/badge/GitHub-Repository-181717?logo=github)](https://github.com/left0ver/dsh-file-review) [![MIT License](https://img.shields.io/badge/license-MIT-22c55e)](LICENSE) English · [简体中文](README.zh.md) </div> ## How to use <p align="center"> <strong>💬 Chat &nbsp;→&nbsp; ✨ Generate &nbsp;→&nbsp; 📄 Click a changed file &nbsp;→&nbsp; 🔍 Review</strong> </p> ## Preview ![leftover](./assests/preview.png) ## Features 1. A diff panel for instantly reviewing every file the agent just changed. 2. Undo support for reverting the agent's changes from the current turn. ## Quick start ### 0. Add dsh-file-review in pnpm's minimum release age withlist Open `~/.dsh/profiles/web/pnpm-workspace.yaml` and add: ```yaml minimumReleaseAgeExclude: - dsh-file-review ``` Recent versions of `pnpm` enforce a m

阅读完整 README仓库许可: MIT

dsh-file-review DSH 插件常见问题

如何安装 DSH File Review?

在终端中运行 `dsh plugin --profile web add dsh-file-review`。确保已安装 DeepSeek Harness 的 Web profile。如果遇到版本问题,请在 `pnpm-workspace.yaml` 文件中将 `dsh-file-review` 添加到 `minimumReleaseAgeExclude` 列表中。

这个插件能撤销 agent 的更改吗?

可以,插件提供了撤销功能,用于回退当前轮次中 agent 的更改。当 agent 修改文件后,会出现差异面板,你可以点击撤销按钮来恢复更改。

这个插件支持所有 profile 吗?

不支持,它专为 DeepSeek Harness 的 Web profile 设计。你必须使用 `--profile web` 安装,并运行 `dsh web` 启动。

如何更新插件到最新版本?

运行 `dsh plugin --profile web update dsh-file-review` 即可更新。如果你之前已经配置了最小发布年龄排除,最新版本会自动安装。

如何卸载 DSH File Review?

运行 `dsh plugin --profile web remove dsh-file-review` 从 Web profile 中移除插件。卸载后,该插件将不再影响你的 DSH 会话。