mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-10 22:21:22 -07:00
Follow up to "enableInteractiveShell for external tooling relying on a2a server" (#17130)
This commit is contained in:
@@ -97,6 +97,7 @@ export async function loadConfig(
|
||||
previewFeatures: settings.general?.previewFeatures,
|
||||
interactive: true,
|
||||
enableInteractiveShell: true,
|
||||
ptyInfo: 'auto',
|
||||
};
|
||||
|
||||
const fileService = new FileDiscoveryService(workspaceDir);
|
||||
|
||||
Reference in New Issue
Block a user