feat: Add Codex CLI provider with OAuth authentication (#1273)
Co-authored-by: Ralph Khreish <35776126+Crunchyman-ralph@users.noreply.github.com>
This commit is contained in:
@@ -24,7 +24,8 @@ export const CUSTOM_PROVIDERS = {
|
||||
CLAUDE_CODE: 'claude-code',
|
||||
MCP: 'mcp',
|
||||
GEMINI_CLI: 'gemini-cli',
|
||||
GROK_CLI: 'grok-cli'
|
||||
GROK_CLI: 'grok-cli',
|
||||
CODEX_CLI: 'codex-cli'
|
||||
};
|
||||
|
||||
// Custom providers array (for backward compatibility and iteration)
|
||||
|
||||
Reference in New Issue
Block a user