DSH Plugin Store
Back to home

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
Other
GitHub repo

Introduction

DSH File Review

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

DeepSeek Harness 0.1.x Web profile GitHub repository MIT License

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

leftover

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:

  1. Find the produced-file chips below the final response.
  2. Click a file to open its diff.
  3. 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

License

MIT