AI Agent Hub
Back to plugins
🖥️

dsh-retrace

Client Updated 2026.08.26

Run the following command in DeepSeek Harness:

dsh plugin install yamingmou/dsh-retrace

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

Please install the dsh-retrace plugin in DeepSeek Harness by running: `dsh plugin install yamingmou/dsh-retrace`. You need to restart the application after installation. The full source code address is: https://github.com/yamingmou/dsh-retrace.

About this plugin

When building complex agent applications, traditional "undo" operations can easily break context or leave corrupted traces. dsh-retrace solves this core problem by providing a production-grade safe rewrite layer for DeepSeek Harness, ensuring all conversation edits pass strict log integrity checks. The plugin integrates "Recall", "Edit-and-resend", and "Regenerate" features with a three-layer pre-write contract guard for seamless and secure history management. By automatically stopping running agents and using temporary step markers, it effectively manages the synchronization between the model-visible surface and the persistent log, preventing any corruption or compression failures. It is designed for developers seeking reliability, offering a versioned timeline across messages and artifacts (files). With Git integration and snapshot rollback, it allows users to safely explore conversation paths without worrying about underlying data corruption, providing audit trails and version control for complex conversational workflows.

Use Cases

  • Need to quickly rollback erroneous conversation steps
  • Debug complex tool call chains
  • Keep conversation history clean and auditable

Best For

  • Developers building production-grade agent applications
  • AI interaction researchers needing deep version control
  • DeepSeek Harness power users prioritizing data integrity