Sweep 19 Sep 2026 · 02:36Z Build v2.1.278 500 read Stable v2.1.267 Latest v2.1.278 Next v2.1.278 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.269 ·

CLI eval tool's --max-cost-usd help text clarifies overrun bound

Help text for --max-cost-usd now explains its cost ceiling is checked before each run, not per single run

TierYou'll noticehow much it should matter to you
Useful1my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaPlugin Evalwhat it touches
KindImprovementsin v2.1.269,
You'll notice

Help text for --max-cost-usd now explains its cost ceiling is checked before each run, not per single run

What

The --max-cost-usd option in the eval/grading CLI (used to grade plugin evaluation runs) has updated help text. It now explains that the cost ceiling is checked before each run launches, so any spending overrun is bounded to whatever runs are currently in flight — either one run, or up to the number set by --concurrency. The previous wording said overrun was bounded to a single agent run.

Why

This clarifies that when running evaluations concurrently, the actual maximum spend can exceed the --max-cost-usd ceiling by more than one run's worth, which matters for anyone relying on this flag as a hard budget cap.

Read from
Names in the bundle--max-cost-usd
What the documentation says
--max-cost-usd Plugins reference modified, high confidence | `--max-cost-usd <usd>` | Stop before the next run once spend reaches this, exit 2, and report partial results | No ceiling | see the edit
How sure we are
One source agreesOne thing we can check says the same as this entry.
Anthropic's documentation agrees--max-cost-usd on Plugins reference

See this entry in the whole of v2.1.269 →