settings: Agent Teams Feature aktiviert

CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1 in env hinzugefügt.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
root
2026-02-06 00:51:23 +01:00
parent bac010a733
commit 56b4042008

View File

@@ -18,5 +18,8 @@
}, },
"enabledPlugins": { "enabledPlugins": {
"superpowers@claude-plugins-official": true "superpowers@claude-plugins-official": true
},
"env": {
"CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS": "1"
} }
} }