AI Agent Hub
Back to plugins
🖥️

dsh-tui-subagents

Client Updated 2026.08.17

Run the following command in DeepSeek Harness:

dsh plugin install FUSU123fusu/dsh-tui-subagents

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

Run dsh plugin install FUSU123fusu/dsh-tui-subagents in DeepSeek Harness to install this plugin; the source repository is at https://github.com/FUSU123fusu/dsh-tui-subagents

About this plugin

When you orchestrate subagents inside dsh-TUI, you are stuck watching a spinner until the child finishes—reasoning, tool calls, and intermediate errors are all opaque. dsh-tui-subagents (implementing upstream issue #223) fills that gap: /subagents lists the session's children, and Enter opens a full-screen trajectory that streams thinking tokens, tool invocations, and replies in real time. For continuable subagents you can type a follow-up message (i) or interrupt the current turn (x); one-shot agents stay read-only, matching the official Web UI. Everything rides the existing cordis event tree and host services with zero mechanism-layer changes—a UI crash only closes the panel, never the TUI. On hosts without scene support (web, headless) it degrades gracefully to the plain text list. A natural fit for heavy dsh users who drive many subagents from the terminal and need live monitoring and mid-run intervention.

Use Cases

  • Orchestrating multiple subagents in parallel and streaming each one's reasoning and tool calls live
  • Catching a continuable subagent going off-track, sending a follow-up message or interrupting its current turn mid-run
  • Browsing the subagent list as plain text in web or headless hosts without scene support

Best For

  • Developers who drive dsh heavily from the terminal and orchestrate many subagents
  • Teams that need live monitoring of subagent runs and mid-run intervention on continuable tasks
  • dsh users who prefer a TUI workflow and expect parity with the official Web UI