fix: limit subagent bootstrap context

This commit is contained in:
Peter Steinberger
2026-01-10 00:01:16 +00:00
parent e311dc82e0
commit 21eebb6d3b
8 changed files with 158 additions and 14 deletions

View File

@@ -162,6 +162,7 @@ export function createSessionsSpawnTool(opts?: {
requesterProvider: opts?.agentProvider,
childSessionKey,
label: label || undefined,
task,
});
const childIdem = crypto.randomUUID();