git version 2.45.0winget install --id Git.Git -e --source wingetirm https://claude.ai/install.ps1 | iexwinget install Anthropic.ClaudeCodeSet-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy RemoteSigned {
"env": {
"ANTHROPIC_BASE_URL": "https://dmc.cc/v1",
# Your API token
"ANTHROPIC_AUTH_TOKEN": "sk-*********",
# Interactive main model
"ANTHROPIC_MODEL": "DeepSeek-V3.2",
# Explore sub-agent, conversation summary, and other lightweight background tasks
"ANTHROPIC_DEFAULT_HAIKU_MODEL": "DeepSeek-V3.2",
# Execution phase in opusplan mode
"ANTHROPIC_DEFAULT_SONNET_MODEL": "DeepSeek-V3.2",
# Planning phase in opusplan mode
"ANTHROPIC_DEFAULT_OPUS_MODEL": "DeepSeek-V3.2",
# Set 300 seconds timeout
"API_TIMEOUT_MS": "300000",
# Enable experimental beta content sent by claude code to API
"CLAUDE_CODE_DISABLE_EXPERIMENTAL_BETAS": "1"
}
}claude to open Claude CodeYes, proceed