🔧 chore: Claude Code 환경 설정 업데이트

- ENABLE_TOOL_SEARCH, CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS 환경변수 추가
- model 설정 추가 (opusplan)
This commit is contained in:
hyeonggil
2026-04-07 22:13:42 +09:00
parent 234a84e3ee
commit 26ad9b65a6

View File

@@ -58,5 +58,10 @@
]
}
]
}
}
},
"env": {
"ENABLE_TOOL_SEARCH": "auto:5",
"CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS": "1"
},
"model": "opusplan"
}