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

stacklok / toolhive / 25056310871 / 1
66%
main: 66%

Build:
DEFAULT BRANCH: main
Ran 28 Apr 2026 01:46PM UTC
Files 703
Run time 25s
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

28 Apr 2026 01:40PM UTC coverage: 63.939% (-0.008%) from 63.947%
25056310871.1

push

github

web-flow
Strengthen tool detection with binary presence check (#5083)

DetectedLLMGatewayClients() previously detected an installed AI tool by
checking whether its settings directory exists on disk. This produced
false positives when directories like ~/.claude or ~/.gemini were left
over from a prior uninstall or created by unrelated tooling.

Add an optional LLMBinaryName field to clientAppConfig. When set,
DetectedLLMGatewayClients() now requires both the settings directory
and the binary on $PATH (via exec.LookPath) before considering a tool
installed. Tools not on $PATH (e.g. Xcode, a macOS GUI app) leave the
field empty and fall back to the directory-only check.

Populate LLMBinaryName for claude-code ("claude"), gemini-cli ("gemini"),
cursor ("cursor"), vscode ("code"), and vscode-insider ("code").

Closes #5070

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

60215 of 94176 relevant lines covered (63.94%)

58.98 hits per line

Source Files on job 25056310871.1
  • Tree
  • List 703
  • Changed 7
  • Source Changed 3
  • Coverage Changed 7
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 25056310871
  • 60c99c39 on github
  • Prev Job for on main (#25055098908.1)
  • Next Job for on main (#25058060224.1)
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