Update default enabled model presets#1000
Conversation
Promote newer Anthropic and OpenAI API models, along with two OpenRouter auto routers, to the default-enabled list. Remove chatgptFree35 (ChatGPT Web) from the default-enabled list, as persistent login and unusual activity failures make its complex, reverse-engineered integration too costly to maintain with current resources (refs ChatGPTBox-dev#469, ChatGPTBox-dev#513, ChatGPTBox-dev#630, ChatGPTBox-dev#713, ChatGPTBox-dev#770, and ChatGPTBox-dev#794). With OpenRouter auto routers now enabled by default, drop OpenRouter defaults tied to specific models: GPT-5.5, Claude Sonnet 4.6, and Gemini 3.5 Flash. This reduces per-model maintenance.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe default active API mode configuration replaces legacy presets with newer ChatGPT, Claude, and OpenRouter model variants while retaining selected existing modes. ChangesDefault API mode configuration
Estimated code review effort: 1 (Trivial) | ~5 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 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 |
PR Summary by QodoUpdate default enabled model presets
AI Description
Diagram
High-Level Assessment
Files changed (1)
|
There was a problem hiding this comment.
Code Review
This pull request updates the activeApiModes list in the default configuration of src/config/index.mjs. It removes several legacy or specific API modes, such as chatgptFree35 and specific OpenRouter models, and introduces new API modes including chatgptApi5_6 variants, claude API models, and generic OpenRouter options (openRouter_auto, openRouter_free). There are no review comments, and I have no feedback to provide.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
There was a problem hiding this comment.
Pull request overview
Updates ChatGPTBox’s default-enabled model presets (defaultConfig.activeApiModes) to reflect current reliability/maintenance realities: de-emphasize fragile ChatGPT Web defaults and promote newer OpenAI/Anthropic API presets plus OpenRouter routers.
Changes:
- Removed
chatgptFree35(ChatGPT Web) from the default-enabled list. - Added default-enabled OpenAI API presets (
chatgptApi5_6Sol/Terra/Luna) and newer Anthropic API presets (claudeOpus48Api,claudeSonnet5Api,claudeHaiku45Api). - Switched OpenRouter defaults from specific-model presets to router presets (
openRouter_auto,openRouter_free).
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Code Review SummaryStatus: No Issues Found | Recommendation: Merge Files Reviewed (1 file)
Reviewed by hy3-20260706:free · Input: 28.3K · Output: 2.7K · Cached: 121.3K |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 87b907cf34
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
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".
Promote newer Anthropic and OpenAI API models, along with two OpenRouter auto routers, to the default-enabled list.
Remove chatgptFree35 (ChatGPT Web) from the default-enabled list, as persistent login and unusual activity failures make its complex, reverse-engineered integration too costly to maintain with current resources (refs #469, #513, #630, #713, #770, and #794).
With OpenRouter auto routers now enabled by default, drop OpenRouter defaults tied to specific models: GPT-5.5, Claude Sonnet 4.6, and Gemini 3.5 Flash. This reduces per-model maintenance.
Summary by CodeRabbit
New Features
Improvements