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:
parent
5cd1597674
commit
a1d694b8f1
1 changed files with 10 additions and 9 deletions
|
|
@ -21,6 +21,7 @@ var supportedProviders = map[string]bool{
|
|||
"gemini": true,
|
||||
"qwen": true,
|
||||
"deepseek": true,
|
||||
"github_copilot": true,
|
||||
}
|
||||
|
||||
var supportedChannels = map[string]bool{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue