fix: correct Codex install command (npm, not pip)

This commit is contained in:
rob 2025-12-29 15:40:34 -04:00
parent 452cebadda
commit 2cbaaeb9d5
1 changed files with 2 additions and 2 deletions

View File

@ -349,8 +349,8 @@ PROVIDER_INSTALL_INFO = {
}, },
"codex": { "codex": {
"group": "OpenAI Codex", "group": "OpenAI Codex",
"install_cmd": "pip install openai-codex", "install_cmd": "npm install -g @openai/codex",
"requires": "Python 3.8+", "requires": "Node.js 18+ and npm",
"setup": "Run 'codex' - opens browser for sign-in (auto-saves auth tokens)", "setup": "Run 'codex' - opens browser for sign-in (auto-saves auth tokens)",
"cost": "Pay-per-use (billed to your OpenAI account)", "cost": "Pay-per-use (billed to your OpenAI account)",
"variants": ["codex"], "variants": ["codex"],