AI Agent Hub
Back to plugins
⚙️

dsh-change-center

Workflow Updated 2026.08.16

Run the following command in DeepSeek Harness:

dsh plugin install Chance-Wu/dsh-change-center

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

Install the dsh-change-center plugin in DeepSeek Harness to enable file change capture, review, and rollback capabilities. Source: https://github.com/Chance-Wu/dsh-change-center

About this plugin

In building complex Agent workflows, tracking and controlling file changes can often be a blind spot. The traditional "write-once" model makes it difficult to review or rollback specific modifications post-hoc. dsh-change-center addresses this by acting as a change center that transforms every write operation by the Agent into a trackable record, ensuring every modification is accounted for. This plugin offers powerful block-level manipulation capabilities, supporting Unified, Split, and Edit Diff views. Developers can review code changes like operating on Git, selectively "applying" or "reverting" specific blocks. It also includes external modification guards to prevent the Agent from accidentally overwriting manual changes during review, complemented by AI review and risk analysis features to provide comprehensive security for code changes. Whether you are an engineer needing fine-grained control over file modification processes or a developer looking to enhance workflow traceability, dsh-change-center is an ideal choice. By adopting a "capture-on-register" mechanism, it simplifies workflow logic, making every Agent change clearly visible and significantly improving development efficiency and code security.

Use Cases

  • Reviewing and applying modifications block-by-block when an Agent auto-fixes bugs
  • Auditing batch changes across all files in an Agent session
  • Ensuring Agent writes do not overwrite manual edits during the review process

Best For

  • DeepSeek Harness plugin developers
  • Software engineers focused on code safety
  • Workflow automation experts requiring transparency