CodexProvider implements loop.Provider for the Codex CLI.
| 10 | |
| 11 | // CodexProvider implements loop.Provider for the Codex CLI. |
| 12 | type CodexProvider struct { |
| 13 | cliPath string |
| 14 | } |
| 15 | |
| 16 | // NewCodexProvider returns a Provider for the Codex CLI. |
| 17 | // If cliPath is empty, "codex" is used. |
nothing calls this directly
no outgoing calls
no test coverage detected