From 95516fc61541cbb12eac282b87335ff1e3213e5a Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sun, 15 Feb 2026 13:20:09 +0000 Subject: [PATCH] fix(claude): remove hardcoded model override from settings Let the model be determined by context/defaults rather than forcing opus globally. Co-Authored-By: Claude Opus 4.6 --- claude/settings.json | 1 - 1 file changed, 1 deletion(-) diff --git a/claude/settings.json b/claude/settings.json index fa2184b..5b06c2d 100644 --- a/claude/settings.json +++ b/claude/settings.json @@ -90,7 +90,6 @@ "Read(./secrets/**)" ] }, - "model": "opus", "statusLine": { "type": "command", "command": "~/.claude/statusline.sh",