dsh-file-review: A DSH plugin to review agent-changed files in DeepSeek Harness

left0ver/dsh-file-review

Development & OperationsVerified
Listed on 2026-08-20
Page last updated 2026-08-20

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.

install
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

Instant diff panelOne-click undo changesReview within chat

dsh-file-review Repository

left0ver
Publisher
left0ver
Repository
left0ver/dsh-file-review
22
Stars
4
Forks
0
Watchers
0
Open issues
LanguageTypeScript
LicenseMIT License
Website
Repo last push2026-08-20 01:13:18
Repo created2026-08-14 13:56:21
Topics
dsh-plugin
Default branchmain

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:

yaml
minimumReleaseAgeExclude:
  - dsh-file-review

Then run the install command:

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

You can also install from source:

bash
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:

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

To uninstall the plugin:

bash
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.

The project is licensed under MIT and hosted on GitHub. The author left0ver also provides a friendly link to the LINUX DO community.

View more DSH plugins at dsh-plugin.org

DSH-Plugin FAQ