feat(azure-open-ai/gpt-5.6-luna): add new models [bot] - #2137
feat(azure-open-ai/gpt-5.6-luna): add new models [bot]#2137models-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 2fddfa1. Configure here.
| mode: chat | ||
| model: gpt-5.6-luna | ||
| supportedModes: | ||
| - chat |
There was a problem hiding this comment.
Incomplete Luna alias model metadata
High Severity
The new gpt-5.6-luna alias only declares mode, model, and supportedModes. The dated snapshot gpt-5.6-luna-2026-07-09 and sibling aliases gpt-5.6-sol and gpt-5.6-terra include costs, limits, features, modalities, thinking, responses, and reasoning_effort. Callers of this alias inherit provider defaults instead, so pricing, token limits, and capabilities are wrong.
Reviewed by Cursor Bugbot for commit 2fddfa1. Configure here.


Auto-generated by model-addition-agent for
azure-open-ai/gpt-5.6-luna.Note
Low Risk
Adds a single static model config file with no runtime or security logic changes.
Overview
Adds a new provider definition for
gpt-5.6-lunaunderproviders/azure-open-ai/, registering it as a chat model withsupportedModes: chat.This is a minimal auto-generated stub (mode, model id, supported modes only) compared to fuller sibling Azure OpenAI model YAMLs that include limits, modalities, and params.
Reviewed by Cursor Bugbot for commit 2fddfa1. Bugbot is set up for automated code reviews on this repo. Configure here.