AI Agent Hub
Back to plugins
dsh-diff-review-likecodex preview

dsh-diff-review-likecodex

Client Updated 2026.09.14

Run the following command in DeepSeek Harness:

dsh plugin install new-Beginner/dsh-diff-review-likecodex

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

Run dsh plugin install new-Beginner/dsh-diff-review-likecodex in the DeepSeek Harness terminal to install this plugin; source code: https://github.com/new-Beginner/dsh-diff-review-likecodex

About this plugin

When an agent modifies several files in a single turn, developers typically have to leave the chat, open a terminal, and diff each file by hand to verify what actually changed. dsh-diff-review-likecodex brings that review directly into the DeepSeek Harness Web interface: after each conversation turn, you can browse every recorded file diff from the right sidebar or a compact floating bar without switching to any external tool.

Core capabilities include a turn picker that isolates edits strictly within one conversation turn to prevent multi-turn confusion; automatic merging of absolute and relative path aliases so the same workspace file is never double-counted; same-named files in different directories are disambiguated by their parent folders; each diff retains three real context lines before and after changes with no fabricated context; line-level comments that let the agent continue iterating based on your feedback; one-click undo for newly created and edited files; optional word-wrap for long lines; and a bilingual Chinese-English interface.

It is built for developers who frequently drive agents to write or refactor code inside DeepSeek Harness and want to review, annotate, and roll back file changes without ever leaving the Web session, especially teams that pair it with dsh-better-sidebar for a deeper integrated sidebar workflow.

Screenshots

Use Cases

  • Quickly review every change after an agent batch-edits files
  • Isolate edits by conversation turn to avoid multi-turn confusion
  • Annotate changed lines and let the agent iterate on your feedback

Best For

  • Developers who frequently drive agents to code inside DeepSeek Harness
  • Teams that want to review and roll back changes without leaving the Web session
  • Developers pairing it with dsh-better-sidebar for a deeper sidebar workflow