mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-14 01:50:39 +09:00
fix(codex-local): avoid fast mode in env probe
This commit is contained in:
parent
2d8f97feb0
commit
a7dc88941b
2 changed files with 5 additions and 1 deletions
|
|
@ -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({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue