Plumb the maxAttempts setting through Config args (#20239)

This commit is contained in:
kevinjwang1
2026-02-25 09:58:07 -08:00
committed by GitHub
parent a037b961b1
commit be12371380

View File

@@ -859,6 +859,7 @@ export async function loadCliConfig(
fakeResponses: argv.fakeResponses,
recordResponses: argv.recordResponses,
retryFetchErrors: settings.general?.retryFetchErrors,
maxAttempts: settings.general?.maxAttempts,
ptyInfo: ptyInfo?.name,
disableLLMCorrection: settings.tools?.disableLLMCorrection,
rawOutput: argv.rawOutput,