try after workflow fix

This commit is contained in:
Lixeer
2026-02-15 07:54:04 +08:00
parent 5a6ad37dab
commit 0a4bf32e81

View File

@@ -25,7 +25,7 @@ func NewGitHubCopilotProvider(uri string, connectMode string, model string) *Git
switch connectMode {
case "stdio":
//todo
case "grpc":
client := copilot.NewClient(&copilot.ClientOptions{
CLIUrl: uri,