fix(expand-all): add projectRoot to expandAllTasksDirect invokation.

This commit is contained in:
Eyal Toledano
2025-05-01 22:47:50 -04:00
parent 310dbbe403
commit 90677474c7

View File

@@ -94,7 +94,8 @@ export function registerExpandAllTool(server) {
num: args.num,
research: args.research,
prompt: args.prompt,
force: args.force
force: args.force,
projectRoot: rootFolder
},
log,
{ session }