From e91073d9675a5958616078fa2d26d4bd779e8056 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Mon, 13 Jul 2026 13:32:44 -0500 Subject: fix: pin the session model to fable as intended MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit d5bc9b3 was meant to keep the opus-to-fable flip but recorded only a case change (opus to Opus) — the harness had rewritten the file before staging. This lands the value Craig actually chose. --- .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 29cd85d..6bd53fd 100644 --- a/.claude/settings.json +++ b/.claude/settings.json @@ -7,7 +7,7 @@ "permissions": { "defaultMode": "bypassPermissions" }, - "model": "Opus", + "model": "fable", "hooks": { "PreToolUse": [ { -- cgit v1.2.3