• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

stacklok / toolhive / 25325051529
65%

Build:
DEFAULT BRANCH: main
Ran 04 May 2026 02:39PM UTC
Jobs 1
Files 712
Run time 2min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

04 May 2026 02:33PM UTC coverage: 64.538% (+0.04%) from 64.499%
25325051529

push

github

web-flow
Correct Gemini CLI LLM gateway config to proxy mode (#5142)

* Correct Gemini CLI LLM gateway config to proxy mode

Gemini CLI has no dynamic token-command equivalent (no apiKeyHelper
analogue), so it must use proxy mode like Cursor rather than direct mode.

The previous config used two invalid settings.json keys:
- /auth/tokenCommand  — not a recognised Gemini CLI field
- /baseUrl            — silently ignored as a top-level key

Replace with the correct proxy-mode keys:
- /security/auth/selectedType = "gemini-api-key" (required so that
  GOOGLE_GEMINI_BASE_URL is honoured; OAuth auth ignores the override,
  fixed in gemini-cli v0.40.0 PR #25357)
- /env/GEMINI_API_KEY = placeholder key (proxy does not validate it)
- /env/GOOGLE_GEMINI_BASE_URL = local proxy address

Fixes #5141

* fixes from review

---------

Co-authored-by: taskbot <taskbot@users.noreply.github.com>

45 of 51 new or added lines in 4 files covered. (88.24%)

6 existing lines in 2 files now uncovered.

61891 of 95899 relevant lines covered (64.54%)

59.77 hits per line

Uncovered Changes

Lines Coverage ∆ File
4
75.41
1.42% pkg/client/llm_gateway.go
2
79.9
-0.7% pkg/llm/setup.go

Coverage Regressions

Lines Coverage ∆ File
3
71.85
-1.11% pkg/ignore/processor.go
3
79.38
-0.77% pkg/transport/proxy/httpsse/http_proxy.go
Jobs
ID Job ID Ran Files Coverage
1 25325051529.1 04 May 2026 02:39PM UTC 712
64.54
GitHub Action Run
Source Files on build 25325051529
  • Tree
  • List 712
  • Changed 9
  • Source Changed 4
  • Coverage Changed 9
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #25325051529
  • 9057f7a7 on github
  • Prev Build on main (#25233223879)
  • Next Build on main (#25362313240)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc