AI Agent Hub
Back to plugins
dsh-revdiff preview

dsh-revdiff

Workflow Updated 2026.08.22

Run the following command in DeepSeek Harness:

dsh plugin install BrambleXu/dsh-revdiff

Paste the following prompt into your AI chat to install this plugin:

In DeepSeek Harness, use the command "dsh plugin install BrambleXu/dsh-revdiff" to install this plugin from the source URL https://github.com/BrambleXu/dsh-revdiff.

About this plugin

Traditional code review often involves switching to separate diff tools, which breaks the contextual link between changes, review feedback, and the automated workflows that act on that feedback. The dsh-revdiff plugin solves this by natively integrating interactive diff review into DeepSeek Harness. Its core capabilities include parsing Git unified diffs into files, hunks, and lines for navigation via a terminal interface, and allowing users to add, edit, or delete annotations like issues, suggestions, or questions on the fly. Crucially, these structured annotations are submitted directly to the current agent through agent.followup() with message provenance, ensuring that review feedback seamlessly enters the same durable session and queues as the next action turn. This plugin is ideal for developers and teams using DeepSeek Harness for automated development or code review, particularly those managing frequent code changes, who want to maintain contextual continuity and directly convert review insights into actionable tasks within their workflow.

Screenshots

Use Cases

  • Interactively review Git diffs within DeepSeek Harness.
  • Navigate files and hunks via terminal to add annotations.
  • Submit annotations to trigger agent follow-up workflow actions.

Best For

  • Engineers developing with DeepSeek Harness.
  • Teams requiring code review integration into automation.
  • Developers seeking contextual continuity in review feedback.