AI Agent Hub
Back to plugins
dsh-task-control preview

dsh-task-control

Workflow Updated 2026.08.25

Run the following command in DeepSeek Harness:

dsh plugin install p2coder/dsh-task-control

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

In DeepSeek Harness, you can install the dsh-task-control plugin by running the command 'dsh plugin install p2coder/dsh-task-control', or visit the GitHub repository at https://github.com/p2coder/dsh-task-control for details.

About this plugin

When running tasks in DSH Web, users often face the frustration of being unable to pause or interrupt them, which becomes problematic during long-running tasks, migrations, or testing. Once a task starts, users must wait for it to complete naturally or restart the entire process, leading to inefficiency and wasted resources.

The dsh-task-control plugin addresses this pain point by adding full task pause, resume, and cancel capabilities to DSH Web. Users can easily control tasks through interface buttons or commands, supporting safe pausing (waiting for the current step to finish) and forced pausing (immediate interruption). Resumption continues seamlessly from the pause point without repeating completed work. Additionally, the plugin offers status queries and API interfaces for easy integration with other plugins.

This plugin is ideal for users who need fine-grained control over task workflows, such as developers debugging, IT personnel handling migration tasks, or anyone using DSH Web for critical operations. It brings greater flexibility and safety to task management, enhancing overall workflow controllability.

Screenshots

Use Cases

  • Managing long-running tasks
  • Stopping tasks in emergency situations
  • Interrupting and resuming tasks during debugging

Best For

  • Developers using DSH Web
  • IT personnel handling migration or test tasks
  • Users requiring fine-grained control over task workflows