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

lsm / HyperNeo / 30300900226 / 16
83%
dev: 83%

Build:
DEFAULT BRANCH: dev
Ran 27 Jul 2026 08:07PM UTC
Files 369
Run time 15s
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

27 Jul 2026 08:02PM UTC coverage: 32.49%. First build
30300900226.16

push

github

web-flow
fix: GLM models missing from selector despite provider connected (#2265)

* fix: hydrate provider credentials from request on create/update

GLM models were missing from the selector despite GLM showing 'connected'
in the Provider panel. The live provider instance stayed un-hydrated
(isAvailable() === false) because provider-sync only calls setCredentials
when the credential-store read returned non-null, and the post-store
round-trip read can come back null (locked-keychain read, fallback miss).

resolveCredentialsForHydration hydrates the live instance directly from
the request value for API-key providers (the authoritative key just
entered), so isAvailable() flips true immediately without a daemon
restart. OAuth still prefers the store's normalised shape (raw metadata)
with a request fallback. Adds a filterModelsForPicker characterization
test confirming GLM models render when authenticated.

* fix: self-heal stale model cache when a provider is stranded

A non-empty model cache was trusted for its full 4h TTL, so a
connected provider whose models were absent (its getModels() failed
transiently when the cache was built, or credentials were hydrated
without a cache-clearing event) stayed hidden until the TTL elapsed.

models.list now detects a registered-and-available provider missing from
a non-empty cache and refreshes once per provider per cache lifetime.
A per-cache tried-set prevents a refresh storm when a provider's
getModels() persistently fails (invalid key, flaky upstream); the set is
reset by clearModelsCache() so a re-connect gets a fresh attempt.

* fix: only reset stranded-provider tracking on a full cache clear

refreshedMissingProviders.clear() ran on both branches of
clearModelsCache, including the session-scoped (keyed) branch invoked on
every model switch / query-lifecycle event. A session-scoped clear does
not change global provider availability, so wiping this global tried-set
there let any model switch re-probe every missing prov... (continued)

37149 of 114339 relevant lines covered (32.49%)

16.13 hits per line

Source Files on job daemon-0-shared-handlers-workflow - 30300900226.16
  • Tree
  • List 369
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 30300900226
  • 55797744 on github
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc