Sweep 22 Sep 2026 · 15:52Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.278 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
Reading a new release v2.1.280 First look · 1/6 0 findings $0.00 so far
Claude Code v2.1.235 ·

claude plugin eval --eval-dir shipped, with ownership checks on where cases and results are written

plugin eval's --eval-dir flag ships with checks that it isn't writing results to a symlinked or foreign-owned directory

TierUse it nowhow much it should matter to you
Useful4my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaPlugin Evalwhat it touches
KindNew Featuresin v2.1.235,
Use it now

plugin eval's --eval-dir flag ships with checks that it isn't writing results to a symlinked or foreign-owned directory

The claude plugin eval init path now accepts an eval directory either from the --eval-dir flag or from the plugin manifest's experimental.evals key. It refuses to consult a manifest sitting in a directory it cannot vouch for, refuses to write cases or results into a symlinked or foreign-owned location, and cleans up any directory it created if the run fails partway through.

The bundled plugin-eval reference docs were updated to match: earlier notes calling --eval-dir an upcoming feature are gone, and the flag is now listed among the documented options.

Read from
Names in the bundle--eval-dir
What the documentation says
Since it was published

The entry above is what we published on the day. These lines were added later, as Anthropic's own pages caught up, and they sit beside the original rather than replacing it.

Confirmed since Anthropic's documentation has since written up --eval-dir, on Plugins reference. | `experimental.evals` | string\|array | Directory below the plugin root that holds the plugin's [eval cases](/docs/en/plugin-evals#use-a-different-eval-directory), when it isn't the default `evals/`. `claude plugin eval --eval-dir` overri… plugins-reference see the edit
How sure we are
Two sources agreeTwo things we can check say the same as this entry.
Anthropic's documentation agreesAnthropic's documentation has since written up --eval-dir, on Plugins reference.
The name it cites is new in this buildNew in this build: --eval-dir

See this entry in the whole of v2.1.235 →