Created
February 16, 2026 04:19
-
-
Save wlvoon93/3770e3653ff2327dae83b1b4e66f5734 to your computer and use it in GitHub Desktop.
tmux claude code agent teams configure command
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| cat > ~/.claude/settings.json << 'EOF' | |
| { | |
| "env": { | |
| "CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS": "1" | |
| }, | |
| "preferences": { | |
| "tmuxSplitPanes": true | |
| } | |
| } | |
| EOF |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment