()
| 40 | } |
| 41 | |
| 42 | function nativeCodexPath(): string { |
| 43 | return win32.join( |
| 44 | nodeRoot, |
| 45 | 'node_modules', |
| 46 | '@openai', |
| 47 | 'codex', |
| 48 | 'node_modules', |
| 49 | '@openai', |
| 50 | 'codex-win32-x64', |
| 51 | 'vendor', |
| 52 | 'x86_64-pc-windows-msvc', |
| 53 | 'bin', |
| 54 | 'codex.exe' |
| 55 | ); |
| 56 | } |
| 57 | |
| 58 | function codexScriptPath(): string { |
| 59 | return win32.join(nodeRoot, 'node_modules', '@openai', 'codex', 'bin', 'codex.js'); |
no outgoing calls
no test coverage detected