| 143 | } |
| 144 | SaveProjectConfig(cfg) |
| 145 | case "global": |
| 146 | apiKey := askForAPIKey("global") |
| 147 | model := askForModel("global") |
| 148 | cfg := LoadGlobalConfig() |
| 149 | if apiKey != "" { |
| 150 | cfg.ApiKey = apiKey |
| 151 | } |
| 152 | if model != "" { |
nothing calls this directly
no outgoing calls
no test coverage detected