After signing in with a ChatGPT account, the model list only shows gpt-5.x-codex variants plus gpt-5.2. The models my Codex CLI actually serves — gpt-5.6-sol, gpt-5.6-terra, gpt-5.6-luna, gpt-5.5, gpt-5.4, gpt-5.4-mini — are not selectable.
The allowedModels set in packages/cyberstrike/src/plugin/codex.ts keeps a model only if its id contains "codex" or is in the list. The 5.6 slugs match neither, so the loader deletes them. They do exist in the models.dev catalog.
Env: macOS 15, ChatGPT Plus, codex 0.145.0
After signing in with a ChatGPT account, the model list only shows gpt-5.x-codex variants plus gpt-5.2. The models my Codex CLI actually serves — gpt-5.6-sol, gpt-5.6-terra, gpt-5.6-luna, gpt-5.5, gpt-5.4, gpt-5.4-mini — are not selectable.
The
allowedModelsset inpackages/cyberstrike/src/plugin/codex.tskeeps a model only if its id contains "codex" or is in the list. The 5.6 slugs match neither, so the loader deletes them. They do exist in the models.dev catalog.Env: macOS 15, ChatGPT Plus, codex 0.145.0