Installs two selectable Agent Presets: a shell-restricted general-purpose agent and a repository-focused coding agent.
Install
# from GitHub (first run asks for allowBuilds approval — follow the hint, retry)
dsh plugin --profile web add github:QlzqQlzq/dsh-dual-agent-presets
Any plugin you install runs third-party code with your own permissions — it can read your files, use your credentials, and reach the network, and tool approvals don’t sandbox it. GitHub-sourced plugins also run build scripts at install time. Only install sources you trust, and pin a commit (github:owner/repo#sha).
README
Two selectable Agent Presets for DeepSeek Harness:
- General Agent (
general-agent): research, file handling, planning, and personal productivity without exposing a raw shell tool by default. - Coding Pro (
coding-pro): repository-first coding with filesystem, shell, planning, delegation, workflow, and verification tools.
Install
dsh plugin --profile web add github:QlzqQlzq/dsh-dual-agent-presets
Restart the Web profile, then select the preset when creating a session.
The plugin installs its managed preset directories under $DSH_HOME/.agent-presets (normally ~/.dsh/.agent-presets). It never overwrites a same-named directory unless that directory carries this package's ownership marker.
Remove
dsh plugin --profile web remove dsh-dual-agent-presets
Harness currently has no package-owned preset-root extension point, so removing the bundle does not delete the two deployed preset directories. Remove general-agent and coding-pro from Agent Presets settings if you no longer need them.
License
MIT. The preset compositions are derived from DeepSeek Harness's MIT-licensed standard preset; see the repository history and license notice.
Links
More in this category
NanmiCoder/dsh-agent-teams★ 327
AgentTeams multi-agent teams.
icetomoyo/dsh_workflow★ 59
UltraCode-style multi-agent orchestration: a generatable, savable, governable, observable, resumable workflow layer.
btspoony/mstar-harness★ 46
Skill-driven harness/loop engineering workflow agent plugin.
titanwings/dsh-automation★ 41
Scheduled coding runs in fresh agent sessions with auditable history.
whyihaveyou/dsh-suite#plugin-team-board★ 27
Shared multi-agent task board (create/claim/transition/query) over a Cordis service key.
omdsh-dev/dsh-deep-research★ 12
Adaptive deep-research orchestrator built on the official workflow engine.