mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 18:30:44 +00:00
context-engine: pass agentDir into subagent context-engine resolution
This commit is contained in:
committed by
Josh Lehman
parent
3cf6cbc651
commit
b2b9219e7c
@@ -489,6 +489,7 @@ async function notifyContextEngineSubagentEnded(params: {
|
||||
allowGatewaySubagentBinding: true,
|
||||
});
|
||||
const engine = await resolveSubagentRegistryContextEngine(cfg, {
|
||||
agentDir: resolveOpenClawAgentDir(),
|
||||
workspaceDir: params.workspaceDir,
|
||||
});
|
||||
if (!engine.onSubagentEnded) {
|
||||
|
||||
Reference in New Issue
Block a user