feat(azure-open-ai/gpt-5.6-luna): add new models [bot] - #2109
feat(azure-open-ai/gpt-5.6-luna): add new models [bot]#2109models-bot[bot] wants to merge 1 commit into
Conversation
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 12fb05c. Configure here.
| mode: chat | ||
| model: gpt-5.6-luna | ||
| supportedModes: | ||
| - chat |
There was a problem hiding this comment.
Incomplete model alias metadata
High Severity
The new gpt-5.6-luna alias only defines mode, model, and supportedModes: [chat]. It omits costs, features, limits, modalities, thinking, params, status, and responses that already exist on gpt-5.6-luna-2026-07-09.yaml and on sibling aliases gpt-5.6-sol.yaml and gpt-5.6-terra.yaml. Callers of the unversioned slug get incorrect pricing and capability metadata.
Reviewed by Cursor Bugbot for commit 12fb05c. Configure here.


Auto-generated by model-addition-agent for
azure-open-ai/gpt-5.6-luna.Note
Low Risk
Adds a single declarative model config with no runtime or auth changes; risk is limited to routing if the model id is wrong or incomplete vs other entries.
Overview
Adds
providers/azure-open-ai/gpt-5.6-luna.yamlso Azure Open AI exposesgpt-5.6-lunaas a chat-only model (mode: chat,supportedModes: [chat]).This is a minimal provider entry (no limits, modalities, or params in this diff), consistent with auto-generated model additions.
Reviewed by Cursor Bugbot for commit 12fb05c. Bugbot is set up for automated code reviews on this repo. Configure here.