AI Agent Hub
Back to plugins
🖥️

dsh-tui-jobs

Client Updated 2026.08.17

Run the following command in DeepSeek Harness:

dsh plugin install FUSU123fusu/dsh-tui-jobs

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

Run dsh plugin install FUSU123fusu/dsh-tui-jobs in DeepSeek Harness to install the background jobs panel plugin from https://github.com/FUSU123fusu/dsh-tui-jobs.

About this plugin

The official dsh-TUI WebUI shows a background jobs list, but the terminal interface had no equivalent. dsh-tui-jobs fills that gap: type /jobs and every visible job from the harness ctx.jobs registry appears in a navigable panel, with status changes pushed live via onJobsChanged and running-job elapsed time ticking every second.

Use Cases

  • Check the status and elapsed time of multiple background bash or sub-agent jobs from the terminal
  • Cancel a misbehaving background job with a double-x confirm to avoid accidents
  • Read the full output of a completed or killed job without switching to the browser

Best For

  • Developers who run multiple concurrent tasks in dsh-TUI daily
  • Users managing several sub-agent pipelines who prefer a terminal-first workflow
  • dsh users who expect the TUI to match the WebUI jobs list parity