Source Intelligence

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

All of v2.1.242 Home All releases olderv2.1.241 v2.1.243newer
Claude Code v2.1.242

Eval run analysis refuses to grade a run that bypassed its mocks

Under the hood
Useful2 Signal3
Plugin Eval

Eval grading now refuses to score a run whose tool calls bypassed the mock servers.

What

The code that reads an eval run's transcript was rewritten. It now verifies each stand-in server connected under the expected name and matched a nonce-marked call log, aborts on an expectation violation, and marks the run ungraded when the transcript shows more tool calls than the stand-ins recorded.

Details
  • Per-tool-call output and error status are now recorded, and permission denials from the result message are honoured.
  • Cost is estimated from assistant token usage when no final result message arrives.
  • Results carry mock call records, a tally, an aborted record and a mock setup failure field.
Evidence

refusing to run against what may be the real server

Strings lifted out of the shipped bundle, so the claim above can be checked against them.

Related

Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.

See this entry in the whole of v2.1.242 →