Expose GPT-5.6 Max reasoning across ADE - #775
Conversation
The latest updates on your projects. Learn more about Vercel for GitHub. |
arul28
commented
Jul 10, 2026
@copilot review but do not make fixes |
📝 WalkthroughWalkthroughChangesGPT-5.6 reasoning tiers
Model picker regression coverage
Estimated code review effort: 3 (Moderate) | ~25 minutes Possibly related PRs
Suggested labels: 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
arul28
commented
Jul 10, 2026
@codex review |
Codex Review: Didn't find any major issues. Breezy! Reviewed commit: ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
Uh oh!
There was an error while loading. Please reload this page.
Summary
Validation
No release is included in this PR.
Summary by CodeRabbit
New Features
Bug Fixes
Greptile Summary
This PR exposes GPT-5.6 Max reasoning across ADE surfaces. The main changes are:
maxto GPT-5.6 Sol, Terra, and Luna model metadata where supported.Confidence Score: 5/5
Safe to merge with minimal risk.
Changes are narrowly scoped to model metadata, tier pass-through, display labels, tests, and documentation. Reviewed paths show consistent Max ordering and fallback behavior across desktop, ADE Code, and iOS.
No files require special attention.
What T-Rex did
Important Files Changed
Sequence Diagram
%%{init: {'theme': 'neutral'}}%% sequenceDiagram participant AppServer as Runtime app-server catalog participant Desktop as Desktop agentChatService participant Registry as Shared modelRegistry participant Picker as Desktop ModelPicker participant TUI as ADE Code TUI participant iOS as iOS Work catalog AppServer->>Desktop: Advertise GPT-5.6 reasoningEfforts Desktop->>Registry: Fallback to static GPT-5.6 descriptors Desktop-->>Picker: Preserve low, medium, high, xhigh, max, ultra Registry-->>TUI: Provide fallback reasoningTiers including max Desktop-->>iOS: Send host catalog/defaultReasoningEffort iOS->>iOS: Use advertised tiers or curated GPT-5.6 fallback including max%%{init: {'theme': 'base', 'themeVariables': {"darkMode": true, "background": "#0d1117", "primaryColor": "#21262d", "primaryTextColor": "#e6edf3", "primaryBorderColor": "#8b949e", "lineColor": "#8b949e", "textColor": "#e6edf3", "edgeLabelBackground": "#161b22", "actorBkg": "#21262d", "actorBorder": "#8b949e", "actorTextColor": "#e6edf3", "actorLineColor": "#8b949e", "signalColor": "#8b949e", "signalTextColor": "#e6edf3", "noteBkgColor": "#373320", "noteBorderColor": "#d4a72c", "noteTextColor": "#f0e6c0", "labelBoxBkgColor": "#21262d", "labelBoxBorderColor": "#8b949e", "labelTextColor": "#e6edf3", "loopTextColor": "#e6edf3", "activationBkgColor": "#30363d", "activationBorderColor": "#8b949e"}}}%% sequenceDiagram participant AppServer as Runtime app-server catalog participant Desktop as Desktop agentChatService participant Registry as Shared modelRegistry participant Picker as Desktop ModelPicker participant TUI as ADE Code TUI participant iOS as iOS Work catalog AppServer->>Desktop: Advertise GPT-5.6 reasoningEfforts Desktop->>Registry: Fallback to static GPT-5.6 descriptors Desktop-->>Picker: Preserve low, medium, high, xhigh, max, ultra Registry-->>TUI: Provide fallback reasoningTiers including max Desktop-->>iOS: Send host catalog/defaultReasoningEffort iOS->>iOS: Use advertised tiers or curated GPT-5.6 fallback including maxReviews (2): Last reviewed commit: "ship: iteration 1 — update GPT-5.6 picke..." | Re-trigger Greptile