Skip to content

Add github-copilot/gpt-5.2-codex and github-copilot/gpt-5.2 to XHIGH_MODEL_REFS #11626

@LatencyTDH

Description

@LatencyTDH

Description

The models github-copilot/gpt-5.2-codex and github-copilot/gpt-5.2 also support xhigh mode and should be added to the XHIGH_MODEL_REFS list.
Please refer to this issue that exists in other open source projects to indicate this reasoning mode is available in Github Copilot: anomalyco/opencode#9818

Location

File: src/auto-reply/thinking.ts

Suggested Change

Add "github-copilot/gpt-5.2-codex" and "github-copilot/gpt-5.2" to the XHIGH_MODEL_REFS array.

Current list:

export const XHIGH_MODEL_REFS = [
"openai/gpt-5.2",
"openai-codex/gpt-5.3-codex",
"openai-codex/gpt-5.2-codex",
"openai-codex/gpt-5.1-codex",
] as const;

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