mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-26 21:14:35 -07:00
Plumb the maxAttempts setting through Config args (#20239)
This commit is contained in:
@@ -859,6 +859,7 @@ export async function loadCliConfig(
|
|||||||
fakeResponses: argv.fakeResponses,
|
fakeResponses: argv.fakeResponses,
|
||||||
recordResponses: argv.recordResponses,
|
recordResponses: argv.recordResponses,
|
||||||
retryFetchErrors: settings.general?.retryFetchErrors,
|
retryFetchErrors: settings.general?.retryFetchErrors,
|
||||||
|
maxAttempts: settings.general?.maxAttempts,
|
||||||
ptyInfo: ptyInfo?.name,
|
ptyInfo: ptyInfo?.name,
|
||||||
disableLLMCorrection: settings.tools?.disableLLMCorrection,
|
disableLLMCorrection: settings.tools?.disableLLMCorrection,
|
||||||
rawOutput: argv.rawOutput,
|
rawOutput: argv.rawOutput,
|
||||||
|
|||||||
Reference in New Issue
Block a user