AI Agent Hub
Back to plugins
⚙️

dsh-subagent-pi-plus

Workflow Updated 2026.09.03

Run the following command in DeepSeek Harness:

dsh plugin install february2015/dsh-subagent-pi-plus

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

Run the install command above in the DeepSeek Harness terminal to enable this plugin; the project homepage is at https://github.com/february2015/dsh-subagent-pi-plus .

About this plugin

Inside DeepSeek Harness, Pi has historically been limited to one-shot delegations, lacking the direct-connection experience that Codex enjoys. dsh-subagent-pi-plus closes that gap: a single bind command maps your active dsh conversation 1:1 to a durable Pi session, after which every message you type flows straight to Pi with zero intermediate model involvement. dsh acts as a pure, transparent relay, keeping latency and context fidelity as low as possible.

On top of direct connection, the plugin delivers a full continuous-conversation workflow. While Pi is processing, new messages queue automatically and run in order; a floating panel lets you view, promote, insert, edit, or delete queue entries. Pi's intermediate progress: message deltas, tool calls, and status events streams into the dsh session in near real time, display-only by default so it never pollutes the model context. After a dsh restart the binding auto-reconnects to the same Pi session with no manual step, and images or attachments pass through to Pi as-is.

Built for developers who rely on Pi as their primary reasoning agent within DeepSeek Harness and want the same low-latency, fully transparent connection that the official dsh-subagent-codex provides for Codex. It is a personal fork sharing the same architecture as its sibling dsh-subagent-codex-plus; both can coexist, each binding its own sessions without interference.

Use Cases

  • Bind a dsh session to Pi with a single command for zero-intermediate-model reasoning
  • Queue, insert, and steer messages continuously while Pi is processing
  • Monitor Pi intermediate deltas, tool calls, and status events in near real time
  • Maintain durable multi-turn conversations with auto-reattach after dsh restarts

Best For

  • DeepSeek Harness users who rely on Pi as their primary reasoning agent
  • Terminal developers who need low-latency, transparent passthrough chains
  • Pi users seeking a Codex-equivalent direct-connection experience