fix(migrate): add github_copilot to supportedProviders

Add github_copilot to the supportedProviders map to match
the providers handled in MergeConfig.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
yinwm 2026-02-20 11:43:45 +08:00
parent 5cd1597674
commit a1d694b8f1

View file

@ -21,6 +21,7 @@ var supportedProviders = map[string]bool{
"gemini": true,
"qwen": true,
"deepseek": true,
"github_copilot": true,
}
var supportedChannels = map[string]bool{