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.235 Home All releases olderv2.1.234 v2.1.236newer
Claude Code v2.1.235

--eval-dir on the eval command, with warnings that name the fix

Use it now
Useful2 Signal2
Plugins not in their notes

The eval command reads its directory from a flag or the manifest, warning clearly when the value is malformed.

--eval-dirplugin eval
What

The early-access plugin eval command takes --eval-dir <dir>, or reads the directory from the plugin manifest, with evals/ as the fallback; a mis-shaped manifest value produces a warning that says what to change.

Details
  • Case discovery checks the target path for trust before walking it, and resolves relative paths against the working directory.
  • The error shown when an ablation run has no plugin now suggests targeting the plugin directory itself.
Evidence

--eval-dir <dir>

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.235 →