AI Agent Hub
Back to plugins
🧠

dsh-session-pause

Memory Updated 2026.08.18

Run the following command in DeepSeek Harness:

dsh plugin install watericetangcw/dsh-session-pause

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

In DeepSeek Harness, install the plugin via command: dsh plugin install watericetangcw/dsh-session-pause. Full source code address: https://github.com/watericetangcw/dsh-session-pause.

About this plugin

When working with DeepSeek Harness on extended tasks, users often need to interrupt sessions without losing progress, but native pause functionality may be lacking, forcing restarts or manual state management. The dsh-session-pause plugin addresses this by offering a one-click pause feature that gracefully halts the session at a boundary, persisting all messages, tool calls, and context into the existing JSONL log. This enables seamless resume later—even after restarting DSH or switching machines—making it seem as if the session never paused. Its core capabilities include non-intrusive integration (without modifying DSH code), comprehensive state preservation, and cross-session recovery. It is ideal for users handling complex tool-chain processes or long-running research and development tasks, providing flexible control over workflows.

Use Cases

  • Taking a break during complex tool-chain tasks.
  • Resuming sessions after restarting DSH.
  • Queuing new messages while paused for later processing.

Best For

  • Developers managing long-running code execution tasks.
  • Researchers conducting multi-step experiments or data analysis.
  • Advanced users seeking customization and control over session flows.