Bug Description
A clear and concise description of the bug.
Steps to Reproduce
- Followed installation instructions
- No file at ~/.opencode/auth/openai.json
- No model options other than OpenCode supported 2 OpenAI options
Expected Behavior
I think I need to see a lot of chatGPT models in the model list.
Actual Behavior
No chatGPT models in the model list except OpenCode supported 2 OpenAI (OAuth) models.
Environment
- opencode version: 1.1.25
- Plugin version: 4.4.0
- Operating System: Sonoma 14.8.3
- Node.js version:
Logs
If applicable, attach logs from ~/.opencode/logs/codex-plugin/ (enable with ENABLE_PLUGIN_REQUEST_LOGGING=1)
Compliance Checklist
Please confirm:
Additional Context
- No
~/.opencode/directory.
opencode run "write hello world to test.txt" --model=openai/gpt-5.2 --variant=xhigh WORKS.
opencode run "write hello world to test.txt" --model=openai/gpt-5.2-codex --variant=xhigh WORKS.
opencode run "write hello world to test.txt" --model=openai/gpt-5.2-codex-mini --variant=high WORKS.
I tested all models as CL parameter and all of them works. However, I don't see them in OpenCode model list.
Bug Description
A clear and concise description of the bug.
Steps to Reproduce
Expected Behavior
I think I need to see a lot of chatGPT models in the model list.
Actual Behavior
No chatGPT models in the model list except OpenCode supported 2 OpenAI (OAuth) models.
Environment
Logs
If applicable, attach logs from
~/.opencode/logs/codex-plugin/(enable withENABLE_PLUGIN_REQUEST_LOGGING=1)Compliance Checklist
Please confirm:
Additional Context
~/.opencode/directory.opencode run "write hello world to test.txt" --model=openai/gpt-5.2 --variant=xhighWORKS.opencode run "write hello world to test.txt" --model=openai/gpt-5.2-codex --variant=xhighWORKS.opencode run "write hello world to test.txt" --model=openai/gpt-5.2-codex-mini --variant=highWORKS.I tested all models as CL parameter and all of them works. However, I don't see them in OpenCode model list.