Disable question tool for subagent (#291780)

Fix #291416
This commit is contained in:
Rob Lourens
2026-01-30 02:01:24 +00:00
committed by GitHub
parent b17f5e9ede
commit 543804d5de
@@ -225,6 +225,7 @@ export class RunSubagentTool extends Disposable implements IToolImpl {
if (modeTools) {
modeTools[RunSubagentTool.Id] = false;
modeTools[ManageTodoListToolToolId] = false;
modeTools['copilot_askQuestions'] = false;
}
const variableSet = new ChatRequestVariableSet();