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

stacklok / toolhive-studio / 25365488587
68%

Build:
DEFAULT BRANCH: main
Ran 05 May 2026 08:23AM UTC
Jobs 1
Files 491
Run time 1min
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

05 May 2026 08:18AM UTC coverage: 66.475% (+0.09%) from 66.387%
25365488587

push

github

web-flow
fix(skills): prefill version field in install dialog for every entry point (#2185)

* fix(skills): fall back to skill.version when prefilling install dialog from registry

Registry skills with a bare OCI identifier (no `:tag` and no `package.ref`)
left the install dialog Version field empty, even though the detail page
displayed `skill.version` as a badge right next to the Install button.

`getSkillInstallDefaults` now resolves the version through:
1. OCI tag/digest parsed from `package.identifier`
2. `package.ref`
3. `skill.version` (used by the badge)

The private `splitOciIdentifier` is also promoted to an exported
`parseSkillReference(reference)` so subsequent commits can reuse it.

* feat(skills): auto-split tagged reference in install dialog Name field

When the user pastes or types `name:tag` / `name@sha256:...` into the
"Name or reference" input, the dialog now splits the suffix into the
dedicated Version field on blur. An existing user-typed version is never
overwritten, and a bare reference (no tag/digest) is left untouched.

* fix(skills): split version from built reference in Install-now flow

After a successful build the canonical reference returned by the API
(typically `name:tag`) was passed verbatim to the install dialog as
`defaultReference`, baking the version into the Name field. The dialog
now receives the parsed `{ reference, version }` pair, and falls back
to the user-supplied build tag when the canonical reference has none.

* fix(skills): prefill version for local-build install dialog across all entry points

Local-build install entry points each derived `defaultReference` /
`defaultVersion` differently — the build cards, build detail page,
build table row, and chat skill-built card could each end up with the
version baked into the Name field, missing entirely, or both.

Introduces `getBuildInstallDefaults(build)` in `lib/build-reference.ts`
that mirrors the registry helper:
1. `build.version` (artifact metadata)
2. version par... (continued)

4328 of 7116 branches covered (60.82%)

31 of 32 new or added lines in 8 files covered. (96.88%)

6593 of 9918 relevant lines covered (66.48%)

123.71 hits per line

Uncovered Changes

Lines Coverage ∆ File
1
0.0
0.0% renderer/src/features/skills/components/build-detail-page.tsx
Jobs
ID Job ID Ran Files Coverage
1 25365488587.1 05 May 2026 08:23AM UTC 491
66.48
GitHub Action Run
Source Files on build 25365488587
  • Tree
  • List 491
  • Changed 8
  • Source Changed 8
  • Coverage Changed 8
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #25365488587
  • e937550e on github
  • Prev Build on main (#25308887091)
  • Next Build on main (#25366495032)
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