SeaOf0/dsh-redteam-model--plugins-dsh-product-subagents ↗★ 5
@dsh-external/dsh-product-subagents
DSH subagent providers for the local claude-code / codex CLIs: registers the host-plane 'claude-code' and 'codex' providers the nine security presets' tool rows name. The CLIs keep their own model backend config (~/.claude/settings.json env, ~/.codex/config.toml); this plugin only spawns them headless and maps exit to a subagent run.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:SeaOf0/dsh-redteam-model#f282e3b471919cbdc68eacbb4db5cd1f21caeedd&path:plugins/dsh-product-subagents说明文档
阅读完整 README ↗配置(cordis.patch.yml 行)
claudeCode: { bin: claude, timeoutMs: 600000, extraArgs: [], env: {} }
codex: { bin: codex, sandbox: workspace-write, timeoutMs: 600000, extraArgs: [], env: {} }
env 会合并覆盖到 process.env 之上(可选;密钥仍应留在 CLI 自己的配置里)。