From 1dd6b43517a63eaf0906a8d18fb78a36cb786f42 Mon Sep 17 00:00:00 2001 From: Bastien Chanot Date: Thu, 21 May 2026 05:28:31 +0200 Subject: [PATCH] chore(settings): switch default model to claude-opus-4-6 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Previously unset — Claude Code was defaulting to Opus 4.7 (1M) based on plan capability + picker history. Pin the default to Opus 4.6 so future sessions start on 4.6 without going through the /model picker. 1M context tier is plan-routed (Claude Max) so no explicit suffix needed in the persisted ID — backup `.claude.json` files in this account show the same bare form (`"model": "claude-opus-4-7"`) while runtime usage logs as `claude-opus-4-7[1m]`. Co-Authored-By: Claude --- settings.json | 1 + 1 file changed, 1 insertion(+) diff --git a/settings.json b/settings.json index e55248b..78456cd 100644 --- a/settings.json +++ b/settings.json @@ -276,6 +276,7 @@ } }, "effortLevel": "xhigh", + "model": "claude-opus-4-6", "remoteControlAtStartup": true, "skipAutoPermissionPrompt": true }