fix(codex-local): avoid fast mode in env probe

This commit is contained in:
Dotta 2026-04-11 08:33:18 -05:00
parent 2d8f97feb0
commit a7dc88941b
2 changed files with 5 additions and 1 deletions

View file

@ -139,7 +139,7 @@ export async function testEnvironment(
hint: "Use the `codex` CLI command to run the automatic login and installation probe.",
});
} else {
const execArgs = buildCodexExecArgs(config);
const execArgs = buildCodexExecArgs({ ...config, fastMode: false });
const args = execArgs.args;
if (execArgs.fastModeIgnoredReason) {
checks.push({