From c00b85708c61bd37128096e470a4193e2ded3523 Mon Sep 17 00:00:00 2001 From: Cal Corum Date: Thu, 26 Feb 2026 12:14:54 -0600 Subject: [PATCH] store: Claude Code Agent Teams enabled in ~/.claude/settings.json with tmux controls --- ...led-in-claudesettingsjson-with-t-4dfc50.md | 38 +++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 graph/configurations/claude-code-agent-teams-enabled-in-claudesettingsjson-with-t-4dfc50.md diff --git a/graph/configurations/claude-code-agent-teams-enabled-in-claudesettingsjson-with-t-4dfc50.md b/graph/configurations/claude-code-agent-teams-enabled-in-claudesettingsjson-with-t-4dfc50.md new file mode 100644 index 00000000000..84971d5e47b --- /dev/null +++ b/graph/configurations/claude-code-agent-teams-enabled-in-claudesettingsjson-with-t-4dfc50.md @@ -0,0 +1,38 @@ +--- +id: 4dfc5003-44f8-4520-8cfc-dc6d6ef9a65f +type: configuration +title: "Claude Code Agent Teams enabled in ~/.claude/settings.json with tmux controls" +tags: [claude-code, agent-teams, tmux, settings, claude-home, configuration] +importance: 0.6 +confidence: 0.8 +created: "2026-02-26T18:14:54.211526+00:00" +updated: "2026-02-26T18:14:54.211526+00:00" +--- + +# Claude Code Agent Teams configuration + +## Settings location +`~/.claude/settings.json` — env block, line 5 + +```json +{ + "env": { + "CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS": "1" + } +} +``` + +## How Agent Teams detects tmux +Auto-detects via `$TMUX` env var. Uses tmux split panes for sub-agent teammates when inside a tmux session. + +## Override / force tmux mode +``` +claude --teammate-mode tmux +``` + +## Key tmux controls for Agent Teams +- `Ctrl+T` — toggles task list +- `Shift+Down` — cycles between teammates + +## Prerequisite +Must be inside a tmux session. Use the `cc()` alias in ~/.zshrc to auto-create named sessions.