DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

File Review — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

dsh-file-review

File Review

Review DeepSeek Harness file changes in native sidebar tabs

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:left0ver/dsh-file-review#f797bf23c302e55508aba35d19b05f56694c208f
READMECompatibilityVersions
preview

Compatibility and provenance

File Review is published as dsh-file-review and currently resolves to version 0.8.1. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
9/20/2026

Versions

0.8.1stable
9/12/2026
0.8.0stable
9/12/2026
0.7.1stable
9/9/2026
Show 12 more versionsCollapse versions
0.7.0stable
9/9/2026
0.6.0stable
8/29/2026
0.5.3stable
8/28/2026
0.5.2stable
8/27/2026
0.5.1stable
8/26/2026
0.5.0stable
8/25/2026
0.4.0stable
8/21/2026
0.3.2stable
8/18/2026
0.3.1stable
8/15/2026
0.3.0stable
8/15/2026
0.2.0stable
8/14/2026
0.1.1stable
8/14/2026

Related plugins

Loading related plugins…

Latest
0.8.1
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 40
Weekly downloads
785
Last push
9/12/2026
View source ↗Project homepage ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in developer-tools.

Web App@deepseek-ai/dsh-web-appThe dsh browser-surface bundle: the web patch layer over dsh-base plus the runtime glue plugin (frontend dist serving, web-surface prompt, bash runtime variables, URL line)Sdk Minimal@deepseek-ai/dsh-sdk-minimalThe standalone minimal SDK profile bundle: JSON-RPC, one DeepSeek adapter, persistent shell, and JSONL sessionsSdk App@deepseek-ai/dsh-sdk-appThe dsh SDK profile bundle: stdio JSON-RPC serving and process lifecycle over dsh-baseSubagent Codex@deepseek-ai/dsh-subagent-codexOne-shot Codex subagent provider over the official app-server protocol

README

DSH File Review

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

English · 简体中文

How to use

💬 Chat  →  ✨ Generate  →  📄 Click a changed file  →  🔍 Review

Preview

preview

Features

  1. This plugin supports standard, PTC, and Creator modes, but does not currently support Minimal mode.
  2. Review every file the agent just changed in the Diff panel.
  3. Undo edited and newly created files. Undoing deleted files is not currently supported.

    DSH does not currently provide a file-deletion tool, so this plugin cannot yet undo deleted files. Support will be added once DSH provides such a tool.

  4. Add comments to changed lines and ask the agent to continue making updates based on the feedback, or ask questions about the changes.
  5. Automatically wrap long text while reviewing. Enable it under Settings → Plugins → Plugin configuration → File review; it is disabled by default.
  6. Multilingual support, including Chinese and English.

Compatibility

See the badge above for the currently supported DSH CLI version.

Quick start

0. Add dsh-file-review to pnpm's minimum release age allowlist

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 versions, add dsh-file-review to the exclusion list.

1. Install this 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

Roadmap

  • Add undo support for deleted files.

Friendly Links

LINUX DO — A new ideal community

License

MIT