dsh-file-review: A DSH plugin to review agent-changed files in DeepSeek Harness
left0ver/dsh-file-review
A DSH plugin to instantly review diffs of files changed by the agent, with undo support.
View diffs of every file the agent changed directly in the DeepSeek Harness Web interface, with undo support for the current turn.
dsh plugin --profile web add github:left0ver/dsh-file-review- Category
- Development & Operations
- Platform
- DSH-Plugin
- Author
- left0ver
- Distribution
- Plugin
dsh-file-review Key Features
dsh-file-review Repository

dsh-file-review Repo Summary
dsh-file-review is a DeepSeek Harness (DSH) plugin that lets you review files an agent just changed directly in the DeepSeek Harness Web interface. It solves the problem of quickly inspecting changes made by the agent, allowing you to view diffs file by file without leaving the Web UI, and supports undoing modifications from the current turn. Maintained by left0ver, it is licensed under MIT, written in TypeScript, and last updated in 2026-08.
What core features does the dsh-file-review DSH plugin support?
- Diff panel: Instantly review the diff of every file the agent changed, making it easy to inspect modifications.
- Undo support: Revert changes made by the agent in the current turn, providing a safety net.
How to install dsh-file-review?
Before installation, due to pnpm's minimum release age policy, you need to add an exclusion in ~/.dsh/profiles/web/pnpm-workspace.yaml:
minimumReleaseAgeExclude:
- dsh-file-review
Then run the install command:
dsh plugin --profile web add github:left0ver/dsh-file-review
You can also 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}
How to update and uninstall dsh-file-review?
To update the plugin:
dsh plugin --profile web update dsh-file-review
To uninstall the plugin:
dsh plugin --profile web remove dsh-file-review
Which DeepSeek Harness versions and platforms are compatible with dsh-file-review?
The plugin targets DeepSeek Harness 0.1.x and is designed for the Web profile, requiring the DeepSeek Harness Web environment. It depends on several official DSH packages such as @deepseek-ai/dsh-agent and @deepseek-ai/dsh-client-ui-conversation, ensuring seamless integration with the DSH ecosystem.
What is the license and community link for dsh-file-review?
The project is licensed under MIT and hosted on GitHub. The author left0ver also provides a friendly link to the LINUX DO community.