From ada0e6d82f235840f184c3a6c6d0aa1b5bf3f089 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Fri, 14 Aug 2026 10:52:26 -0500 Subject: chore: switch the default model to opus ~/.claude/settings.json is a symlink to this file, so every /model choice writes into the repo. That's why this line has flipped ten times, and why the dirty tree keeps blocking the sync on both machines. Committing the current value clears the block. It doesn't stop the next one. The real fix is to stop installing the tracked file as user settings. I haven't done that yet. --- .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 63cf40e..2be48c3 100644 --- a/.claude/settings.json +++ b/.claude/settings.json @@ -7,7 +7,7 @@ "permissions": { "defaultMode": "bypassPermissions" }, - "model": "fable", + "model": "opus", "hooks": { "PreToolUse": [ { -- cgit v1.2.3