MCPcopy Index your code
hub / github.com/MiniCodeMonkey/chief / CodexProvider

Struct CodexProvider

internal/agent/codex.go:12–14  ·  view source on GitHub ↗

CodexProvider implements loop.Provider for the Codex CLI.

Source from the content-addressed store, hash-verified

10
11// CodexProvider implements loop.Provider for the Codex CLI.
12type CodexProvider struct {
13 cliPath string
14}
15
16// NewCodexProvider returns a Provider for the Codex CLI.
17// If cliPath is empty, "codex" is used.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected