If Voyager helps you, feel free to share it on X, Reddit, YouTube, Threads, etc.
dsh-background-agents
Interactive long-session background agents for DeepSeek Harness. Start a durable child agent that keeps working while you keep talking, watch its progress in the Web UI sidebar, steer it with messages, and interrupt it — all without leaving your session.
Plugin facts
Screenshots
About this plugin
Interactive long-session background agents for DeepSeek Harness: start a durable continuable child agent, watch its progress in the Web UI sidebar, message it any time, and interrupt it - all through the official subagent seam.
Install this DSH plugin
Copy the command below and run it in your DeepSeek Harness terminal.
dsh plugin add github:PerryLink/dsh-background-agents ⚠️ Plugins run with the permissions of your dsh process and may execute code at install time. Review the source repository and its license before installing. Pin the commit hash for reproducible installs. Plugin safety →
More about this plugin
Everything rides the official subagent seam: startContinuable, followup, interrupt, listChildren — the plugin performs no lifecycle routing of its own, never touches another session's Agent, and never kills a process tree (stop = request interruption , teardown belongs to the continuation manager).
Related guides
Learn how to choose, install, and use sessions & messages plugins.
About this plugin: dsh-background-agents
What is dsh-background-agents?
dsh-background-agents is a sessions & messages plugin maintained by PerryLink. Interactive long-session background agents for DeepSeek Harness. Start a durable child agent that keeps working while you keep talking, watch its progress in the Web UI sidebar, steer it with messages, and interrupt it — all without leaving your session.
How do I install dsh-background-agents?
Run dsh plugin add github:PerryLink/dsh-background-agents in your DeepSeek Harness terminal. The dsh CLI resolves the plugin from GitHub and installs it into your active profile. For reproducible installs, pin a commit hash: dsh plugin add github:PerryLink/dsh-background-agents#commit.
Is dsh-background-agents free?
dsh-background-agents is a community open-source project released under the Apache-2.0 license. You can inspect its source and install it for free.
Related plugins
A task-aware reasoning-mode router for DeepSeek Harness. Each task is placed on one continuous react-to-spec axis, the router picks from three measured behavior bands before the first model request, and persona plus first-turn tool injection are supported with agent-visible tuning.
A context-insight dashboard — see what the model's context window is made of and how it evolves.