Follow up to "enableInteractiveShell for external tooling relying on a2a server" (#17130)

This commit is contained in:
David Pierce
2026-01-26 15:14:48 +00:00
committed by GitHub
parent 5fe328c56a
commit 39e91ad633

View File

@@ -97,6 +97,7 @@ export async function loadConfig(
previewFeatures: settings.general?.previewFeatures,
interactive: true,
enableInteractiveShell: true,
ptyInfo: 'auto',
};
const fileService = new FileDiscoveryService(workspaceDir);