Skip to content

Commit 82568c0

Browse files
authored
Merge pull request #103 from sonesuke/feat/devcontainer-agent-teams
2 parents 26b5962 + 208cc5f commit 82568c0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.devcontainer/devcontainer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
"vscode": {}
1919
},
2020
"containerEnv": {
21-
"Z_AI_API_KEY": "${localEnv:Z_AI_API_KEY}"
21+
"Z_AI_API_KEY": "${localEnv:Z_AI_API_KEY}",
22+
"CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS": "1"
2223
},
2324
"postCreateCommand": "bash .devcontainer/post-create.sh",
2425
"remoteUser": "vscode"

0 commit comments

Comments
 (0)