We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 26b5962 + 208cc5f commit 82568c0Copy full SHA for 82568c0
1 file changed
.devcontainer/devcontainer.json
@@ -18,7 +18,8 @@
18
"vscode": {}
19
},
20
"containerEnv": {
21
- "Z_AI_API_KEY": "${localEnv:Z_AI_API_KEY}"
+ "Z_AI_API_KEY": "${localEnv:Z_AI_API_KEY}",
22
+ "CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS": "1"
23
24
"postCreateCommand": "bash .devcontainer/post-create.sh",
25
"remoteUser": "vscode"
0 commit comments