DeepSeek Harness plugin

dsh-file-review

Review files an agent just changed in a line-numbered unified diff drawer.

Jump to install

Source facts

Repository
left0ver/dsh-file-review
Latest update
Aug 21, 2026
Category
UI Enhancements
GitHub stars
22
Format
plugin
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
package.json#dsh.bundle
Checked against
0.1.0-rc.8
Upstream check date
2026-08-20

This evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.

Install

Start with a prompt that asks an agent to review the GitHub repository and source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to review the GitHub repository and source first.

Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:

1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.

Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.

GitHub: https://github.com/left0ver/dsh-file-review
Plugin: dsh-file-review
Author: left0ver

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer4 files
README.mdSource · read only
README language

<div align="center">

DSH File Review

Review every file an agent just changed—without leaving DeepSeek Harness Web.

!DeepSeek Harness 0.1.x !Web profile ![npm version](https://www.npmjs.com/package/dsh-file-review) ![GitHub repository](https://github.com/left0ver/dsh-file-review) ![MIT License](LICENSE)

English · 简体中文

</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. 3. Comment on changed lines and ask the agent to update the code based on the feedback. 4. Multilingual support, including Chinese and English.

Quick start

0. Add dsh-file-review in pnpm's minimum release age withlist

Open ~/.dsh/profiles/web/pnpm-workspace.yaml and add:

minimumReleaseAgeExclude:
  - dsh-file-review

Recent versions of pnpm enforce a minimum release age, so newly published packages are not installed until that waiting period has passed. To install the latest version, add dsh-file-review to the exclusion list.

1. Install the plugin

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

2. Start DSH Web

dsh web

3. Enjoy it

Install from source

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}

Install from GitHub repository

dsh plugin --profile web add github:left0ver/dsh-file-review

Update the plugin

dsh plugin --profile web update dsh-file-review

Uninstall the plugin

dsh plugin --profile web remove dsh-file-review

Friendly Links

LINUX DO — A new ideal community

License

[MIT](LICENSE)