| 49 | } |
| 50 | |
| 51 | class CodexTarget implements AgentTarget { |
| 52 | readonly id = 'codex' as const; |
| 53 | readonly displayName = 'Codex CLI'; |
| 54 | readonly docsUrl = 'https://github.com/openai/codex'; |
nothing calls this directly
no outgoing calls
no test coverage detected