feat(subagent): mount Codex provider in shipped CLI

This commit is contained in:
pku-xht
2026-08-04 17:34:19 +08:00
parent 36b562e4e9
commit d7ee0e798a
8 changed files with 35 additions and 4 deletions

View File

@@ -254,6 +254,9 @@
config:
providerName: fork
- id: subagent-codex
name: '@deepseek-ai/dsh-subagent-codex'
# Continuable background children are selected per delegation tool. The
# separately loaded follow-up tool registers the one global `send_message`.
- id: tool-subagent-control
@@ -276,6 +279,14 @@
toolName: subagent_fork
backgroundMode: continuable
- id: tool-subagent-codex
name: '@deepseek-ai/dsh-tool-subagent'
config:
provider: codex
toolName: subagent_codex
enableRunInBackground: false
maxDepth: 'provider-managed'
# Optional direct-child return channel; absent from roots and one-shot agents.
- id: tool-subagent-report
name: '@deepseek-ai/dsh-tool-subagent-report'