enableInteractiveShell for external tooling relying on a2a server (#16080)

This commit is contained in:
David Pierce
2026-01-08 12:03:30 -05:00
committed by GitHub
parent eb75f59a96
commit cf021ccae4

View File

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