mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-29 09:06:36 +00:00
fix(core): add retry logic for specific fetch errors (#11066)
This commit is contained in:
@@ -760,6 +760,7 @@ export async function loadCliConfig(
|
||||
settings.tools?.enableMessageBusIntegration ?? false,
|
||||
codebaseInvestigatorSettings:
|
||||
settings.experimental?.codebaseInvestigatorSettings,
|
||||
retryFetchErrors: settings.general?.retryFetchErrors ?? false,
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user