2026-07-20 17:58:57 +08:00
|
|
|
# Depth-limit snapshot overlay: keep the default composition and allow two
|
|
|
|
|
# generations of spawn children before runtime enforcement rejects another.
|
|
|
|
|
- id: base
|
|
|
|
|
name: '@cordisjs/plugin-include'
|
|
|
|
|
config:
|
|
|
|
|
path: ./cordis.yml
|
|
|
|
|
patches:
|
|
|
|
|
- id: tool-subagent
|
|
|
|
|
name: '@deepseek-ai/dsh-tool-subagent'
|
|
|
|
|
config:
|
|
|
|
|
provider: spawn
|
|
|
|
|
toolName: subagent
|
2026-08-01 08:37:21 +08:00
|
|
|
backgroundMode: continuable
|
2026-07-20 17:58:57 +08:00
|
|
|
maxDepth: 2
|