We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52bafb0 commit 208cc5fCopy full SHA for 208cc5f
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