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

umputun / ralphex / 24539378512 / 1
83%
master: 83%

Build:
DEFAULT BRANCH: master
Ran 16 Apr 2026 11:30PM UTC
Files 42
Run time 1s
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

16 Apr 2026 11:29PM UTC coverage: 82.014% (+0.1%) from 81.882%
24539378512.1

push

github

web-flow
feat: add --effort support via model[:effort] syntax (#285)

* feat: add --effort support via model[:effort] syntax

Extends task_model/review_model config and --task-model/--review-model CLI
flags to carry Claude's --effort level using model[:effort] syntax (e.g.,
opus:high, :medium). Both parts are optional and independently usable.

- ClaudeExecutor gains Effort field; --effort is injected alongside --model
  and deduped from claude_args (handles --effort=val and bare --effort)
- ParseModelEffort helper splits spec on first colon; exported for external
  test package access
- Runner.New compares parsed (model, effort) tuples when deciding whether
  to build a separate review executor, so "opus" and "opus:" don't produce
  redundant executors
- Integration test verifies New wiring across 7 spec combinations, including
  same-model-different-effort (the main feature motivation)
- docs/custom-providers.md command template updated to show --effort
- Updated README, CLAUDE.md, llms.txt, config defaults, field godoc

* fix: stripFlag preserves following flags after bare flag

addresses copilot inline review on PR #285: stripFlag was too aggressive when
encountering a bare flag in the middle of args — it always consumed the next
token as a value, eating unrelated flags like "--effort --verbose". now only
consumes the next token when it doesn't start with a dash.

6434 of 7845 relevant lines covered (82.01%)

207.69 hits per line

Source Files on job 24539378512.1
  • Tree
  • List 42
  • Changed 5
  • Source Changed 0
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 24539378512
  • 3011efe9 on github
  • Prev Job for on master (#24538320230.1)
  • Next Job for on master (#24539445901.1)
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