AI Agent Hub
Back to plugins
🖥️

dsh-composer-pause

Client Updated 2026.09.14

Run the following command in DeepSeek Harness:

dsh plugin install Yagami0502/dsh-composer-pause

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

Run dsh plugin install Yagami0502/dsh-composer-pause in DeepSeek Harness to install this plugin; source code is available at https://github.com/Yagami0502/dsh-composer-pause

About this plugin

dsh-composer-pause is a client-side plugin for DeepSeek Harness that brings pause capability to the composer (orchestrator). In real-world orchestration workflows, you often need to temporarily halt execution for manual review, waiting on external signals, or adjusting downstream steps. This plugin fills that gap by providing native pause support right within the Harness client, so you do not have to build that logic yourself.

It is suited for anyone already building or running orchestrated workflows in DeepSeek Harness who wants a controllable, built-in pause point in their client-side setup. Released under the MIT license, it is a lightweight add-on in the client category that slots in alongside your existing Harness pipeline.

Use Cases

  • Pausing orchestration to await manual review
  • Stepping through composer stages during client-side debugging
  • Halting downstream steps until external dependencies are ready

Best For

  • Developers building orchestrated workflows in DeepSeek Harness
  • Engineering teams that need client-side control over composer pacing
  • Integrators who prefer a ready-made pause plugin over custom logic