AI Agent Hub
Back to plugins
🖥️

dsh-rollback-visual

Client Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install QinLuza/dsh-rollback-visual

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

To install this plugin in DeepSeek Harness, please run the installation command and visit the full source code URL: https://github.com/QinLuza/dsh-rollback-visual.

About this plugin

Conversation rollback is a crucial feature for debugging and exploring AI behavior. This plugin was designed to enhance the DeepSeek Harness experience by enabling session rollback through forking child sessions and providing a visual interface to navigate back to previous states based on specific event boundaries or "checkpoint" anchors. It offers robust backend support, automatically appending events to checkpoints and ensuring transaction integrity (start/end markers), while handling strict boundary validation through the fork mechanism to prevent illegal rollbacks. However, this repository has been recently deprecated. While the backend logic is solid, the frontend visualization attempt (DOM injection) was abandoned due to architectural constraints. Currently, it serves as a valuable "pitfall archive," documenting 10 critical lessons for future plugin development.

Use Cases

  • Debugging AI generation logic
  • Tracing back conversation history states
  • Recording plugin development pitfalls

Best For

  • DeepSeek Harness developers
  • Users needing to trace sessions
  • Developers learning from pitfalls