fix(sdk): mount task controls for subagents

This commit is contained in:
Dudu-0223
2026-07-24 16:33:44 +08:00
committed by imccyu
parent 43151ed9c0
commit 0a95ad8cc0
5 changed files with 19 additions and 5 deletions
@@ -212,6 +212,8 @@ config:
// The control pair rides every resumable in-process option: background
// delegation on spawn/fork is continuable and advertises send_message.
baseResources: [
{ kind: 'npm-cordis-config-entry', id: 'tasks', package: '@deepseek-ai/dsh-tasks' },
{ kind: 'npm-cordis-config-entry', id: 'tool-tasks', package: '@deepseek-ai/dsh-tool-tasks' },
{ kind: 'npm-cordis-config-entry', id: 'subagent', package: '@deepseek-ai/dsh-subagent' },
{ kind: 'npm-cordis-config-entry', id: 'subagent-control', package: '@deepseek-ai/dsh-subagent-control' },
{ kind: 'npm-cordis-config-entry', id: 'tool-subagent-control', package: '@deepseek-ai/dsh-tool-subagent-control' },