Commit 9cc163a
Populate LLMSetupNote for Gemini CLI to warn on --tls-skip-verify no-op (#5188)
Fix unknown field LLMSetupNote in clientAppConfig
The field was used in the GeminiCli struct literal but never defined on
clientAppConfig. Move the note into warnTLSSkipVerify in pkg/llm/setup.go
as a gemini-cli-specific branch, which already handles per-tool TLS warnings.
Closes #5180
Co-authored-by: taskbot <taskbot@users.noreply.github.com>1 parent 46c08c5 commit 9cc163a
1 file changed
Lines changed: 10 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
283 | 283 | | |
284 | 284 | | |
285 | 285 | | |
286 | | - | |
287 | | - | |
288 | | - | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
289 | 296 | | |
290 | 297 | | |
291 | 298 | | |
| |||
0 commit comments