()
| 20 | } |
| 21 | |
| 22 | function getLocalModeRequirementMessage(): string { |
| 23 | return `Codex CLI ${MIN_CODEX_HOOKS_VERSION}+ is required for hapi codex local mode because HAPI depends on stable hooks.` |
| 24 | } |
| 25 | |
| 26 | export function parseCodexVersion(output: string): string | null { |
| 27 | const tuple = parseVersionTuple(output) |
no outgoing calls
no test coverage detected