feat(azure-open-ai/gpt-5.6-luna): add new models [bot] - #2035
feat(azure-open-ai/gpt-5.6-luna): add new models [bot]#2035models-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 958b507. Configure here.
| mode: chat | ||
| model: gpt-5.6-luna | ||
| supportedModes: | ||
| - chat |
There was a problem hiding this comment.
Incomplete model metadata
High Severity
The new gpt-5.6-luna alias only declares mode, model, and supportedModes, so it omits the costs, limits, features, modalities, params, status, and thinking metadata already present on gpt-5.6-luna-2026-07-09.yaml and peer Azure aliases. Consumers will miss pricing and capabilities, and inherit incorrect provider defaults such as a 4096 max_tokens cap.
Reviewed by Cursor Bugbot for commit 958b507. Configure here.
| @@ -0,0 +1,4 @@ | |||
| mode: chat | |||
|
This is a 4-line stub — missing pricing, features, limits, modalities, and status. Should not merge until fleshed out. |


Auto-generated by model-addition-agent for
azure-open-ai/gpt-5.6-luna.Note
Low Risk
Config-only addition with no runtime or security logic; impact is limited to model catalog exposure for Azure Open AI.
Overview
Adds
providers/azure-open-ai/gpt-5.6-luna.yaml, registeringgpt-5.6-lunafor the Azure Open AI provider as chat-only (mode: chat,supportedModes: [chat]).This is a minimal model definition (no limits, params, or modalities) consistent with other auto-generated provider entries for the same model family elsewhere in the repo.
Reviewed by Cursor Bugbot for commit 958b507. Bugbot is set up for automated code reviews on this repo. Configure here.