Merge pull request #2137 from deepseek-harness/codex/product-subagent-presets

feat(agent-presets): add Codex and Claude Code subagent tools
This commit is contained in:
pku-xht
2026-08-10 23:43:23 +08:00
committed by GitHub
48 changed files with 1804 additions and 48 deletions

View File

@@ -190,6 +190,27 @@
toolName: subagent_fork
backgroundMode: continuable
# Product providers are host-plane singletons. Copy this preset, then
# remove `disabled` from either ordinary tool row to expose that product
# only to agents composed from the copy.
- id: tool-subagent-codex
name: '@deepseek-ai/dsh-tool-subagent'
disabled: true
config:
provider: codex
toolName: subagent_codex
enableRunInBackground: false
maxDepth: provider-managed
- id: tool-subagent-claude-code
name: '@deepseek-ai/dsh-tool-subagent'
disabled: true
config:
provider: claude-code
toolName: subagent_claude_code
enableRunInBackground: false
maxDepth: provider-managed
- id: workflow-workerthread
name: '@deepseek-ai/dsh-workflow-workerthread'
config: