SeaOf0/dsh-redteam-model--plugins-dsh-product-subagents5

@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.

包名
@dsh-external/dsh-product-subagents
版本
1.0.0
许可证
MIT
最近更新
2026年8月19日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:SeaOf0/dsh-redteam-model#f282e3b471919cbdc68eacbb4db5cd1f21caeedd&path:plugins/dsh-product-subagents

配置(cordis.patch.yml 行)

claudeCode: { bin: claude, timeoutMs: 600000, extraArgs: [], env: {} }
codex:      { bin: codex, sandbox: workspace-write, timeoutMs: 600000, extraArgs: [], env: {} }

env 会合并覆盖到 process.env 之上(可选;密钥仍应留在 CLI 自己的配置里)。