From 5c807f535b32283e4c0ca2c14d471885236585e4 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Wed, 19 Aug 2026 15:08:08 -0700 Subject: chore: pin the model setting to opus 5 Every prior value here was a floating alias, so this is the first pin. It records what the /model prompt wrote and clears the blocked pull. It doesn't fix why a runtime setting lands in a tracked file, which is still open. --- .claude/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.claude/settings.json') diff --git a/.claude/settings.json b/.claude/settings.json index 556c292..fab8669 100644 --- a/.claude/settings.json +++ b/.claude/settings.json @@ -7,7 +7,7 @@ "permissions": { "defaultMode": "bypassPermissions" }, - "model": "opus", + "model": "claude-opus-5[1m]", "hooks": { "PreToolUse": [ { -- cgit v1.2.3