From 7298a2e410bf8bb82931c5251190c5076651ebce Mon Sep 17 00:00:00 2001 From: Bastien Chanot Date: Thu, 21 May 2026 05:55:08 +0200 Subject: [PATCH] chore(settings): bump effortLevel to max, model to claude-opus-4-6[1m] Co-Authored-By: Claude --- settings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/settings.json b/settings.json index 78456cd..eb51596 100644 --- a/settings.json +++ b/settings.json @@ -275,8 +275,8 @@ } } }, - "effortLevel": "xhigh", - "model": "claude-opus-4-6", + "effortLevel": "max", + "model": "claude-opus-4-6[1m]", "remoteControlAtStartup": true, "skipAutoPermissionPrompt": true }