This commit is contained in:
SuperComboGamer
2025-12-10 23:14:23 -05:00
parent f96fa6561e
commit e553b39454
4 changed files with 21 additions and 54 deletions

View File

@@ -168,17 +168,6 @@ class CodexCliDetector {
};
}
// If auth file exists, assume authenticated
if (fs.existsSync(authPath)) {
return {
authenticated: true,
method: 'auth_file',
hasAuthFile: true,
hasEnvKey: !!envApiKey,
authPath
};
}
return {
authenticated: false,
method: 'none',