left0ver
dsh-file-review
a dsh plugin - review files that an agent just changed,you can see the diff
- Stars
- 1
- Language
- TypeScript
- Created
- Aug 14, 2026
- Updated
- Aug 14, 2026
Introduction
DSH File Review
Review every file an agent just changed—without leaving DeepSeek Harness Web.
English · 简体中文
Zero configuration: install the plugin, restart the Web profile, and use DeepSeek Harness as usual.
How to use
💬 Chat → ✨ Generate → 📄 Click a changed file → 🔍 Review
Preview

Quick start
1. Install the plugin
dsh plugin --profile web add dsh-file-review
2. Start DSH Web
dsh web
3. Review the next completed turn
Ask the agent to create or edit files. When the turn finishes:
- Find the produced-file chips below the final response.
- Click a file to open its diff.
- Inspect the changes, expand hidden context, copy the diff, or open the file in your editor.
Agent edits files → Turn completes → Click a file chip → Review the diff
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}
Uninstall the plugin
dsh plugin --profile web remove dsh-file-review