From 87b907cf34b4e4cab745a51aa7f7704a99c6d5e6 Mon Sep 17 00:00:00 2001 From: Peter Dave Hello Date: Sun, 12 Jul 2026 00:40:48 +0800 Subject: [PATCH] Update default enabled model presets 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. --- src/config/index.mjs | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/config/index.mjs b/src/config/index.mjs index d2de3a5e1..b7cf428af 100644 --- a/src/config/index.mjs +++ b/src/config/index.mjs @@ -700,15 +700,19 @@ export const defaultConfig = { // It allows the content of activeApiModes to change with version updates when the user has not customized ApiModes. // If it were directly written into customApiModes, the value would become fixed, even if the user has not made any customizations. activeApiModes: [ - 'chatgptFree35', 'claude2WebFree', 'moonshotWebFree', 'ollamaModel', 'customModel', 'azureOpenAi', - 'openRouter_openai_gpt_5_5', - 'openRouter_anthropic_claude_sonnet4_6', - 'openRouter_google_gemini_3_5_flash', + 'chatgptApi5_6Sol', + 'chatgptApi5_6Terra', + 'chatgptApi5_6Luna', + 'claudeOpus48Api', + 'claudeSonnet5Api', + 'claudeHaiku45Api', + 'openRouter_auto', + 'openRouter_free', ], customApiModes: [ {