MCPcopy Create free account
hub / github.com/tiann/hapi / getLocalModeRequirementMessage

Function getLocalModeRequirementMessage

cli/src/codex/utils/codexVersion.ts:22–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20}
21
22function 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
26export function parseCodexVersion(output: string): string | null {
27 const tuple = parseVersionTuple(output)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected