From 5feaa94b3ba6c1ce52742a771d37e3186eb81230 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Fri, 12 Jun 2026 02:33:46 -0500 Subject: chore: set opus as the machine-default model --- .claude/settings.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.claude/settings.json b/.claude/settings.json index b2e5af7..f648e44 100644 --- a/.claude/settings.json +++ b/.claude/settings.json @@ -1,8 +1,4 @@ { - "statusLine": { - "type": "command", - "command": "~/.claude/statusline-command.sh" - }, "skillListingBudgetFraction": 0.05, "attribution": { "commit": "", @@ -11,7 +7,7 @@ "permissions": { "defaultMode": "bypassPermissions" }, - "model": "fable", + "model": "opus", "hooks": { "PreToolUse": [ { @@ -55,6 +51,10 @@ } ] }, + "statusLine": { + "type": "command", + "command": "~/.claude/statusline-command.sh" + }, "enabledPlugins": { "pyright-lsp@claude-plugins-official": true, "typescript-lsp@claude-plugins-official": true, -- cgit v1.2.3