From 4cdb235338c0c13d8ba7e9dc9d1b52030fb3b1d5 Mon Sep 17 00:00:00 2001 From: Oscar Wallberg Date: Mon, 25 May 2026 17:18:49 +0200 Subject: [PATCH] fix(claude): change model to opus 4.6 --- .claude/settings.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.claude/settings.json b/.claude/settings.json index 511c316..ad96fab 100644 --- a/.claude/settings.json +++ b/.claude/settings.json @@ -5,6 +5,7 @@ "ENABLE_CLAUDEAI_MCP_SERVERS": "false", "CLAUDE_CODE_DISABLE_ALTERNATE_SCREEN": "1" }, + "model": "claude-opus-4-6", "feedbackSurveyRate": 0, "awaySummaryEnabled": false, "showClearContextOnPlanAccept": true,