()
| 56 | } |
| 57 | |
| 58 | function codexScriptPath(): string { |
| 59 | return win32.join(nodeRoot, 'node_modules', '@openai', 'codex', 'bin', 'codex.js'); |
| 60 | } |
| 61 | |
| 62 | function userCodexExePath(): string { |
| 63 | return win32.join(homeDir, '.local', 'bin', 'codex.exe'); |
no outgoing calls
no test coverage detected