Claude Discovery

← All discoveries

Retro Apple computers with keyboards displayed in a Tokyo store window, showcasing early tech design.
Photo by Derek Xing on Pexels
tool

claude plugin eval: Reproducible Scoring for Claude Code Plugins

2026-09-12 ยท source:

Claude Code 2.1.269 adds a claude plugin eval command that runs a plugin's own eval suite against Claude Code and produces a scored, reproducible JSON and HTML report.

What it is

The latest Claude Code release, adding a built-in plugin evaluation runner alongside output-style switching in headless and Remote Control sessions.

What it does

`claude plugin eval` runs a plugin's declared eval suite and scores the result into a JSON and HTML report; `/output-style [name]` now works over Remote Control and in cloud or headless sessions; a new `bashEditDiffEnabled` setting shows a diff of files a Bash command changed directly in the tool result. See the release notes for the full list.

Why it matters

Plugin authors previously had no standard, reproducible way to prove a plugin still works after an update; a built-in scored eval command turns that into a CI-checkable step instead of manual spot-checking.

Go to source →
claude-codepluginsevals