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

umputun / ralphex / 26301508386
83%

Build:
DEFAULT BRANCH: master
Ran 22 May 2026 05:10PM UTC
Jobs 1
Files 43
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

22 May 2026 05:09PM UTC coverage: 83.352% (+0.2%) from 83.195%
26301508386

push

github

web-flow
feat(codex): per-phase model selection for codex executor (#357)

Under the codex executor (`--codex` or `executor = codex`), the `--task-model` / `--review-model` flags were silently ignored. They only fed the claude executor, so codex model and effort could be set via config file (`codex_model` / `codex_reasoning_effort`) but not per run or per phase.

This wires `--task-model` / `--review-model` (and their config equivalents `task_model` / `review_model`) into the codex executor with full per-phase support:

- `ResolveCodexModelEffort` resolves a `model[:effort]` spec against `codex_model` / `codex_reasoning_effort` as the defaults - an empty spec keeps the defaults, each populated half overrides its default (`--task-model=:high` changes effort only)
- `buildCodexExecutors` builds a separate review `CodexExecutor` when the resolved review model/effort differs from task, mirroring `buildClaudeExecutors`; otherwise the task executor handles task, review, and finalize
- `--task-model` sets the task phase; `--review-model` sets the review phase and falls back to `--task-model` when unset, so tasks and reviews can run on different codex models
- the `max` effort level is claude-only - a spec requesting it under `--codex` keeps the default effort and the startup banner emits a warning
- the banner shows the resolved task model/effort, plus a separate `review model` / `review reasoning effort` line when the review phase resolves differently

Verified end-to-end with the toy project: `--codex --task-model=gpt-5.5:high --review-model=gpt-5.5:low` produces a banner showing `reasoning effort: high` and `review reasoning effort: low`, and the task phase runs through a separate codex executor from the review phases.

Docs updated: `README.md`, `CLAUDE.md`, `llms.txt`.

Related to #356

68 of 93 new or added lines in 2 files covered. (73.12%)

4 existing lines in 1 file now uncovered.

7500 of 8998 relevant lines covered (83.35%)

230.72 hits per line

Uncovered Changes

Lines Coverage ∆ File
25
48.88
1.3% cmd/ralphex/main.go

Coverage Regressions

Lines Coverage ∆ File
4
89.73
-1.37% pkg/web/session_manager.go
Jobs
ID Job ID Ran Files Coverage
1 26301508386.1 22 May 2026 05:10PM UTC 43
83.35
GitHub Action Run
Source Files on build 26301508386
  • Tree
  • List 43
  • Changed 5
  • Source Changed 0
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 434b2213 on github
  • Prev Build on master (#26265762595)
  • Next Build on master (#26301723187)
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