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

umputun / ralphex / 29632519022
84%
master: 84%

Build:
Build:
LAST BUILD BRANCH: fix-review-output-streaming
DEFAULT BRANCH: master
Ran 18 Jul 2026 05:37AM UTC
Jobs 1
Files 55
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

18 Jul 2026 05:31AM UTC coverage: 83.783% (-0.02%) from 83.804%
29632519022

Pull #413

github

umputun
fix: refresh claude and codex at container start (opt-in)

the image installs both CLIs unpinned, so a published tag freezes them at
whatever npm served on that build. both ship far more often than ralphex is
tagged, so :latest drifted: it was still the 2026-06-26 v1.6.0 build carrying
claude 2.1.195 and codex 0.142.3.

the failure is silent rather than loud. a short model alias like `sonnet`
resolves to whatever that build knew about, so --task-model=sonnet quietly
runs an older model with no warning.

claude's own updater cannot fix this: npm installs it root-owned under
/usr/local/lib/node_modules and the container runs as app, so the check only
prints a startup notice. hence DISABLE_AUTOUPDATER=1 and a refresh in init.sh
as root instead, before privileges drop.

opt-in by design (RALPHEX_CLI_UPDATE=1): the base ralphex image leaves it off
so authors building on it get no surprise npm install, network call, or
version drift at start. the ralphex-go image (the wrapper's default) bakes it
on so the common path stays current. best effort: npm failure or the 90s
deadline leaves the baked versions in place and continues, costs ~5s when
enabled.

Related to #410
Pull Request #413: fix: refresh claude and codex at container start (opt-in)

7796 of 9305 relevant lines covered (83.78%)

226.04 hits per line

Coverage Regressions

Lines Coverage ∆ File
2
80.31
-1.04% pkg/web/watcher.go
Jobs
ID Job ID Ran Files Coverage
1 29632519022.1 18 Jul 2026 05:37AM UTC 55
83.78
GitHub Action Run
Source Files on build 29632519022
  • Tree
  • List 55
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #413
  • PR Base - master (#29182843437)
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