lynx-gt/dsh-subagent-cwd

Plugin ⭐ 3 MIT agent-orchestration

Enhanced subagent delegation tools for DeepSeek Harness (dsh) with per-call working-directory control.

catalog description:DeepSeek Harness subagent delegation enhancement

Install

# 1. install the plugin (npm / git / local)
dsh plugin --profile web add dsh-subagent-cwd

# 2. apply the two provider patches (required for `cwd`)
powershell -ExecutionPolicy Bypass -File patches\install.ps1    # Windows
# or: ./patches/install.sh                                       # POSIX

# 3. Web sessions: also run the preset adapter (see below)
powershell -ExecutionPolicy Bypass -File install-preset.ps1     # Windows
# or: ./install-preset.sh                                       # POSIX

Add lynx-gt/dsh-subagent-cwd to your DSH config (web profile) to enable.

README

Expand full README Collapse

README is empty.