AgentTeams plugin for DeepSeek Harness β orchestrate multiple agents as a team.
dsh-tool-turbo
dsh-tool-turbo cuts the thinking time between tool calls in DeepSeek Harness by adjusting reasoning_effort per round: simple tool chains run with lower effort and heavy work gets it lifted back up, automatically and without changing the task.
Plugin facts
Screenshots
About this plugin
Per-round reasoning_effort optimizer for DeepSeek Harness (dsh): auto-downgrades tool-call reasoning for simple tool chains, lifting back for heavy work. Cuts thinking time between tool calls.
Install this DSH plugin
Copy the command below and run it in your DeepSeek Harness terminal.
dsh plugin add github:Electricitysheep/dsh-tool-turbo β οΈ 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
DeepSeek's API exposes reasoning effort in three steps (low / high / max, shipped 2026-08-13). dsh re-resolves the request config for every step through an agent/request waterfall (see packages/core/agent-loop/src/agent.ts β "plugins propose the next request config"). dsh-tool-turbo plugs into that waterfall: 1.
Related guides
Learn how to choose, install, and use workflow & automation plugins.
About this plugin: dsh-tool-turbo
What is dsh-tool-turbo?
dsh-tool-turbo is a workflow & automation plugin maintained by Electricitysheep. dsh-tool-turbo cuts the thinking time between tool calls in DeepSeek Harness by adjusting reasoning_effort per round: simple tool chains run with lower effort and heavy work gets it lifted back up, automatically and without changing the task.
How do I install dsh-tool-turbo?
Run dsh plugin add github:Electricitysheep/dsh-tool-turbo 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:Electricitysheep/dsh-tool-turbo#commit.
Is dsh-tool-turbo free?
dsh-tool-turbo is a community open-source project. You can inspect its source and install it for free.
Related plugins
Safe automatic permissions for DeepSeek Harness.
dsh_workflow
β 60Bring Claude Code's UltraCode mode to DSH β upgrade one-shot multi-agent dispatch into a workflow layer you can generate, save, govern, observe and resume.