From 7f8ac2779b260e083082aa8e76b71da9e4834c0f Mon Sep 17 00:00:00 2001 From: stack72 Date: Wed, 22 Oct 2025 15:06:04 +0100 Subject: [PATCH] setup.sh: bump max output tokens --- setup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.sh b/setup.sh index b2818aa..09aa6cc 100755 --- a/setup.sh +++ b/setup.sh @@ -119,6 +119,7 @@ create_claude_settings() { cat > "$settings_file" << EOF { + "max_output_tokens": "80000", "enabledMcpjsonServers": [ "system-initiative" ],