-
-
Notifications
You must be signed in to change notification settings - Fork 52.8k
Closed
Description
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:
openclaw/src/auto-reply/thinking.ts
Lines 24 to 29 in a30c4f4
| 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; |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels