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

umputun / ralphex / 29632452779
84%
master: 84%

Build:
Build:
LAST BUILD BRANCH: fix-review-output-streaming
DEFAULT BRANCH: master
Ran 18 Jul 2026 05:35AM 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.74% (-0.06%) from 83.804%
29632452779

push

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

7792 of 9305 relevant lines covered (83.74%)

225.75 hits per line

Coverage Regressions

Lines Coverage ∆ File
6
78.24
-3.11% pkg/web/watcher.go
1
91.1
-0.34% pkg/web/session_manager.go
Jobs
ID Job ID Ran Files Coverage
1 29632452779.1 18 Jul 2026 05:35AM UTC 55
83.74
GitHub Action Run
Source Files on build 29632452779
  • Tree
  • List 55
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 7f90abd8 on github
  • Prev Build on 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