Skip to content

[BUG]: GPT-5.6 models missing after ChatGPT OAuth login #53

Description

@Gutslabs

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions