From 84f42b88b524c6d56b8fe3dadcdc5db8f68dfb1d Mon Sep 17 00:00:00 2001 From: ronload <91997734+ronload@users.noreply.github.com> Date: Mon, 6 Jul 2026 03:15:56 +0800 Subject: [PATCH] feat(claude): enable experimental agent teams and tune session settings Enable CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS with tmux teammate mode, show thinking summaries, and raise the auto-compact window to 250000 tokens. --- claude/settings.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/claude/settings.json b/claude/settings.json index 82436bb..680011c 100644 --- a/claude/settings.json +++ b/claude/settings.json @@ -3,7 +3,8 @@ "env": { "CLAUDE_CODE_NO_FLICKER": "1", "USE_BUILTIN_RIPGREP": "0", - "CLAUDE_CODE_MAX_TOOL_USE_CONCURRENCY": "20" + "CLAUDE_CODE_MAX_TOOL_USE_CONCURRENCY": "20", + "CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS": "1" }, "attribution": { "commit": "", @@ -96,5 +97,8 @@ "remoteControlAtStartup": false, "inputNeededNotifEnabled": true, "agentPushNotifEnabled": true, - "skipAutoPermissionPrompt": true + "skipAutoPermissionPrompt": true, + "showThinkingSummary": true, + "autoCompactWindow": 250000, + "teammateMode": "tmux" }