Skip to content

Instantly share code, notes, and snippets.

@wlvoon93
wlvoon93 / gist:3770e3653ff2327dae83b1b4e66f5734
Created February 16, 2026 04:19
tmux claude code agent teams configure command
cat > ~/.claude/settings.json << 'EOF'
{
"env": {
"CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS": "1"
},
"preferences": {
"tmuxSplitPanes": true
}
}
EOF