diff options
| -rw-r--r-- | .claude/settings.json | 10 |
1 files 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, |
