Merge branch 'main' into gemini-cli-headless-monitor

This commit is contained in:
Dmitry Lyalin
2026-02-25 10:24:33 -08:00
committed by GitHub
+1
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,